3 writes to Notifier
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.cs (2)
29state.Notifier = awaiter; 44state.Notifier = awaiter;
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (1)
212state.Notifier = null;
1 reference to Notifier
System.Private.CoreLib (1)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (1)
211awaitableProxy = new AwaitableProxy(state.Notifier!);