2 writes to CriticalNotifier
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.cs (2)
85state.StackState->CriticalNotifier = RuntimeAsyncYielder.Instance; 89state.StackState->CriticalNotifier = awaiter;
1 reference to CriticalNotifier
System.Private.CoreLib (1)
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (1)
820else if (stackState->CriticalNotifier is { } critNotifier)