2 writes to Notifier
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.cs (1)
31state.Notifier = awaiter;
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (1)
469state.Notifier = null;
1 reference to Notifier
System.Private.CoreLib (1)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (1)
465INotifyCompletion? notifier = state.Notifier;