2 writes to CriticalNotifier
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.cs (2)
85
state.StackState->
CriticalNotifier
= RuntimeAsyncYielder.Instance;
89
state.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)
820
else if (stackState->
CriticalNotifier
is { } critNotifier)