1 write to m_task
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\TaskAwaiter.cs (1)
33m_task = task;
5 references to m_task
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncTaskMethodBuilderT.cs (1)
109TaskAwaiter.UnsafeOnCompletedInternal(ta.m_task, box, continueOnCapturedContext: true);
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\TaskAwaiter.cs (4)
39public bool IsCompleted => m_task.IsCompleted; 48OnCompletedInternal(m_task, continuation, continueOnCapturedContext: true, flowExecutionContext: true); 58OnCompletedInternal(m_task, continuation, continueOnCapturedContext: true, flowExecutionContext: false); 68ValidateEnd(m_task);