1 write to _notifier
System.Private.CoreLib (1)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (1)
181_notifier = notifier;
3 references to _notifier
System.Private.CoreLib (3)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (3)
188_notifier!.OnCompleted(action); 195if (_notifier is ICriticalNotifyCompletion criticalNotification) 201_notifier!.OnCompleted(action);