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