1 write to Notifier
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.cs (1)
34
state.StackState->
Notifier
= awaiter;
2 references to Notifier
System.Private.CoreLib (2)
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (2)
891
Debug.Assert(stackState->
Notifier
!= null);
892
stackState->
Notifier
!.OnCompleted(GetContinuationAction());