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