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