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