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);
195
if (
_notifier
is ICriticalNotifyCompletion criticalNotification)
201
_notifier
!.OnCompleted(action);