4 writes to t_runtimeAsyncAwaitState
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.cs (2)
30ref RuntimeAsyncAwaitState state = ref t_runtimeAsyncAwaitState; 53ref RuntimeAsyncAwaitState state = ref t_runtimeAsyncAwaitState;
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (2)
298ref RuntimeAsyncAwaitState state = ref t_runtimeAsyncAwaitState; 359ref RuntimeAsyncAwaitState state = ref t_runtimeAsyncAwaitState;
1 reference to t_runtimeAsyncAwaitState
System.Private.CoreLib (1)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (1)
463Continuation? nextContinuation = t_runtimeAsyncAwaitState.SentinelContinuation!.Next;