2 writes to CriticalNotifier
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.cs (1)
47
state.
CriticalNotifier
= awaiter;
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (1)
468
state.
CriticalNotifier
= null;
1 reference to CriticalNotifier
System.Private.CoreLib (1)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (1)
464
ICriticalNotifyCompletion? critNotifier = state.
CriticalNotifier
;