2 writes to RuntimeAsyncTask
System.Private.CoreLib (2)
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (1)
834
taskCont.
RuntimeAsyncTask
= this;
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\RuntimeAsyncTaskContinuation.cs (1)
157
taskCont.
RuntimeAsyncTask
= null;
7 references to RuntimeAsyncTask
System.Private.CoreLib (7)
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\RuntimeAsyncTaskContinuation.cs (7)
29
Debug.Assert(
RuntimeAsyncTask
!= null);
35
RuntimeAsyncTask
.ExecuteDirectly(null);
39
ThreadPool.UnsafeQueueUserWorkItemInternal(
RuntimeAsyncTask
, preferLocal: true);
46
Debug.Assert(
RuntimeAsyncTask
!= null);
62
ThreadPool.UnsafeQueueUserWorkItemInternal(
RuntimeAsyncTask
, preferLocal: true);
81
continuationSyncCtx.Post(TaskContinuationResume.s_postCallback,
RuntimeAsyncTask
);
98
TaskSchedulerAwaitTaskContinuation.RunOrScheduleAction((Action)
RuntimeAsyncTask
.m_action!, sched, capturedContext: null, allowInlining: canInline);