|
| ValueTaskSourceAsTask (IValueTaskSource< TResult > source, short token) |
|
| ValueTaskSourceAsTask (IValueTaskSource source, short token) |
|
void | Dispose () |
|
TaskAwaiter | GetAwaiter () |
|
new TaskAwaiter< TResult > | GetAwaiter () |
|
ConfiguredTaskAwaitable | ConfigureAwait (bool continueOnCapturedContext) |
|
new ConfiguredTaskAwaitable< TResult > | ConfigureAwait (bool continueOnCapturedContext) |
|
void | Wait () |
|
bool | Wait (int millisecondsTimeout) |
|
bool | Wait (int millisecondsTimeout, CancellationToken cancellationToken) |
|
Task | ContinueWith (Action< Task > continuationAction) |
|
Task | ContinueWith (Action< Task, object > continuationAction, object state, CancellationToken cancellationToken, TaskContinuationOptions continuationOptions, TaskScheduler scheduler) |
|
Task | ContinueWith (Action< Task< TResult > > continuationAction, TaskScheduler scheduler) |
|
void | MarkAborted (ThreadAbortException e) |
|
Task< TNewResult > | ContinueWith< TNewResult > (Func< Task< TResult >, TNewResult > continuationFunction, TaskContinuationOptions continuationOptions) |
|
void | Dispose () |
|
TaskAwaiter | GetAwaiter () |
|
ConfiguredTaskAwaitable | ConfigureAwait (bool continueOnCapturedContext) |
|
void | Wait () |
|
bool | Wait (int millisecondsTimeout) |
|
bool | Wait (int millisecondsTimeout, CancellationToken cancellationToken) |
|
Task | ContinueWith (Action< Task > continuationAction) |
|
Task | ContinueWith (Action< Task, object > continuationAction, object state, CancellationToken cancellationToken, TaskContinuationOptions continuationOptions, TaskScheduler scheduler) |
|
Task | ContinueWith (Action< Task< TResult > > continuationAction, TaskScheduler scheduler) |
|
void | MarkAborted (ThreadAbortException e) |
|
Task< TNewResult > | ContinueWith< TNewResult > (Func< Task< TResult >, TNewResult > continuationFunction, TaskContinuationOptions continuationOptions) |
|
|
void | TaskConstructorCore (Delegate action, object state, CancellationToken cancellationToken, TaskCreationOptions creationOptions, InternalTaskOptions internalOptions, TaskScheduler scheduler) |
|
bool | TrySetCanceled (CancellationToken tokenToRecord) |
|
bool | TrySetCanceled (CancellationToken tokenToRecord, object cancellationException) |
|
bool | TrySetException (object exceptionObject) |
|
bool | AtomicStateUpdate (int newBits, int illegalBits) |
|
bool | AtomicStateUpdate (int newBits, int illegalBits, int oldFlags) |
|
void | SetNotificationForWaitCompletion (bool enabled) |
|
bool | NotifyDebuggerOfWaitCompletionIfNecessary () |
|
bool | MarkStarted () |
|
void | AddNewChild () |
|
void | DisregardChild () |
|
Task.ContingentProperties | EnsureContingentPropertiesInitialized (bool needsProtection) |
|
void | ScheduleAndStart (bool needsProtection) |
|
void | AddException (object exceptionObject) |
|
void | AddException (object exceptionObject, bool representsCancellation) |
|
ReadOnlyCollection< ExceptionDispatchInfo > | GetExceptionDispatchInfos () |
|
ExceptionDispatchInfo | GetCancellationExceptionDispatchInfo () |
|
void | ThrowIfExceptional (bool includeTaskCanceledExceptions) |
|
void | UpdateExceptionObservedStatus () |
|
void | Finish (bool bUserDelegateExecuted) |
|
void | FinishStageTwo () |
|
void | FinishStageThree () |
|
void | ProcessChildCompletion (Task childTask) |
|
void | AddExceptionsFromChildren () |
|
bool | ExecuteEntry (bool bPreventDoubleExecution) |
|
virtual void | InnerInvoke () |
|
override void | InnerInvoke () |
|
void | SetContinuationForAwait (Action continuationAction, bool continueOnCapturedContext, bool flowExecutionContext) |
|
bool | InternalWait (int millisecondsTimeout, CancellationToken cancellationToken) |
|
bool | InternalCancel (bool bCancelNonExecutingOnly) |
|
void | RecordInternalCancellationRequest () |
|
void | RecordInternalCancellationRequest (CancellationToken tokenToRecord) |
|
void | RecordInternalCancellationRequest (CancellationToken tokenToRecord, object cancellationException) |
|
void | CancellationCleanupLogic () |
|
void | FinishContinuations () |
|
Task | ContinueWith (Action< Task< TResult > > continuationAction, TaskScheduler scheduler, CancellationToken cancellationToken, TaskContinuationOptions continuationOptions) |
|
void | ContinueWithCore (Task continuationTask, TaskScheduler scheduler, CancellationToken cancellationToken, TaskContinuationOptions options) |
|
void | AddCompletionAction (ITaskCompletionAction action) |
|
void | RemoveContinuation (object continuationObject) |
|
bool | TrySetResult (TResult result) |
|
void | DangerousSetResult (TResult result) |
|
TResult | GetResultCore (bool waitCompletionNotification) |
|
Task< TNewResult > | ContinueWith< TNewResult > (Func< Task< TResult >, TNewResult > continuationFunction, TaskScheduler scheduler, CancellationToken cancellationToken, TaskContinuationOptions continuationOptions) |
|
void | TaskConstructorCore (Delegate action, object state, CancellationToken cancellationToken, TaskCreationOptions creationOptions, InternalTaskOptions internalOptions, TaskScheduler scheduler) |
|
bool | TrySetCanceled (CancellationToken tokenToRecord) |
|
bool | TrySetCanceled (CancellationToken tokenToRecord, object cancellationException) |
|
bool | TrySetException (object exceptionObject) |
|
bool | AtomicStateUpdate (int newBits, int illegalBits) |
|
bool | AtomicStateUpdate (int newBits, int illegalBits, int oldFlags) |
|
void | SetNotificationForWaitCompletion (bool enabled) |
|
bool | NotifyDebuggerOfWaitCompletionIfNecessary () |
|
bool | MarkStarted () |
|
void | AddNewChild () |
|
void | DisregardChild () |
|
Task.ContingentProperties | EnsureContingentPropertiesInitialized (bool needsProtection) |
|
void | ScheduleAndStart (bool needsProtection) |
|
void | AddException (object exceptionObject) |
|
void | AddException (object exceptionObject, bool representsCancellation) |
|
ReadOnlyCollection< ExceptionDispatchInfo > | GetExceptionDispatchInfos () |
|
ExceptionDispatchInfo | GetCancellationExceptionDispatchInfo () |
|
void | ThrowIfExceptional (bool includeTaskCanceledExceptions) |
|
void | UpdateExceptionObservedStatus () |
|
void | Finish (bool bUserDelegateExecuted) |
|
void | FinishStageTwo () |
|
void | FinishStageThree () |
|
void | ProcessChildCompletion (Task childTask) |
|
void | AddExceptionsFromChildren () |
|
bool | ExecuteEntry (bool bPreventDoubleExecution) |
|
virtual void | InnerInvoke () |
|
void | SetContinuationForAwait (Action continuationAction, bool continueOnCapturedContext, bool flowExecutionContext) |
|
bool | InternalWait (int millisecondsTimeout, CancellationToken cancellationToken) |
|
bool | InternalCancel (bool bCancelNonExecutingOnly) |
|
void | RecordInternalCancellationRequest () |
|
void | RecordInternalCancellationRequest (CancellationToken tokenToRecord) |
|
void | RecordInternalCancellationRequest (CancellationToken tokenToRecord, object cancellationException) |
|
void | CancellationCleanupLogic () |
|
void | FinishContinuations () |
|
Task | ContinueWith (Action< Task< TResult > > continuationAction, TaskScheduler scheduler, CancellationToken cancellationToken, TaskContinuationOptions continuationOptions) |
|
void | ContinueWithCore (Task continuationTask, TaskScheduler scheduler, CancellationToken cancellationToken, TaskContinuationOptions options) |
|
void | AddCompletionAction (ITaskCompletionAction action) |
|
void | RemoveContinuation (object continuationObject) |
|
bool | TrySetResult (TResult result) |
|
void | DangerousSetResult (TResult result) |
|
TResult | GetResultCore (bool waitCompletionNotification) |
|
Task< TNewResult > | ContinueWith< TNewResult > (Func< Task< TResult >, TNewResult > continuationFunction, TaskScheduler scheduler, CancellationToken cancellationToken, TaskContinuationOptions continuationOptions) |
|
|
static TaskCreationOptions | OptionsMethod (int flags) |
|
static Task | InternalStartNew (Task creatingTask, Delegate action, object state, CancellationToken cancellationToken, TaskScheduler scheduler, TaskCreationOptions options, InternalTaskOptions internalOptions) |
|
static Task | InternalCurrentIfAttached (TaskCreationOptions creationOptions) |
|
static void | CreationOptionsFromContinuationOptions (TaskContinuationOptions continuationOptions,[Out] TaskCreationOptions creationOptions,[Out] InternalTaskOptions internalOptions) |
|
static Task | FromCancellation (CancellationToken cancellationToken) |
|
static Task< TResult > | FromCancellation< TResult > (CancellationToken cancellationToken) |
|
static Task< TResult > | FromCancellation< TResult > (OperationCanceledException exception) |
|
static bool | AddToActiveTasks (Task task) |
|
static void | RemoveFromActiveTasks (int taskId) |
|
static Task< TResult > | StartNew (Task parent, Func< TResult > function, CancellationToken cancellationToken, TaskCreationOptions creationOptions, InternalTaskOptions internalOptions, TaskScheduler scheduler) |
|
static Task< TResult > | StartNew (Task parent, Func< object, TResult > function, object state, CancellationToken cancellationToken, TaskCreationOptions creationOptions, InternalTaskOptions internalOptions, TaskScheduler scheduler) |
|
static TaskCreationOptions | OptionsMethod (int flags) |
|
static Task | InternalStartNew (Task creatingTask, Delegate action, object state, CancellationToken cancellationToken, TaskScheduler scheduler, TaskCreationOptions options, InternalTaskOptions internalOptions) |
|
static Task | InternalCurrentIfAttached (TaskCreationOptions creationOptions) |
|
static void | CreationOptionsFromContinuationOptions (TaskContinuationOptions continuationOptions, [Out] TaskCreationOptions creationOptions, [Out] InternalTaskOptions internalOptions) |
|
static Task | FromCancellation (CancellationToken cancellationToken) |
|
static Task< TResult > | FromCancellation< TResult > (CancellationToken cancellationToken) |
|
static Task< TResult > | FromCancellation< TResult > (OperationCanceledException exception) |
|
static bool | AddToActiveTasks (Task task) |
|
static void | RemoveFromActiveTasks (int taskId) |
|
static Task< TResult > | StartNew (Task parent, Func< TResult > function, CancellationToken cancellationToken, TaskCreationOptions creationOptions, InternalTaskOptions internalOptions, TaskScheduler scheduler) |
|
static Task< TResult > | StartNew (Task parent, Func< object, TResult > function, object state, CancellationToken cancellationToken, TaskCreationOptions creationOptions, InternalTaskOptions internalOptions, TaskScheduler scheduler) |
|
Definition at line 213 of file ValueTask.2.cs.