1 write to m_task
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\TaskAwaiter.cs (1)
327
m_task
= task;
5 references to m_task
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\TaskAwaiter.cs (5)
333
public bool IsCompleted =>
m_task
.IsCompleted;
342
TaskAwaiter.OnCompletedInternal(
m_task
, continuation, continueOnCapturedContext: true, flowExecutionContext: true);
352
TaskAwaiter.OnCompletedInternal(
m_task
, continuation, continueOnCapturedContext: true, flowExecutionContext: false);
363
TaskAwaiter.ValidateEnd(
m_task
);
364
return
m_task
.ResultOnSuccess;