3 writes to AwaiterContinuation
System.Private.CoreLib (3)
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (1)
270
stackState->
AwaiterContinuation
= null;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.cs (2)
47
state.StackState->
AwaiterContinuation
= &AwaiterOnCompletedFromContinuation<TAwaiter>;
104
state.StackState->
AwaiterContinuation
= &UnsafeAwaiterOnCompletedFromContinuation<TAwaiter>;
2 references to AwaiterContinuation
System.Private.CoreLib (2)
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (2)
812
if (stackState->
AwaiterContinuation
!= null)
817
stackState->
AwaiterContinuation
(