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