15 writes to t_runtimeAsyncAwaitState
System.Private.CoreLib (15)
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (11)
370ref RuntimeAsyncAwaitState state = ref t_runtimeAsyncAwaitState; 406ref RuntimeAsyncAwaitState state = ref t_runtimeAsyncAwaitState; 453ref RuntimeAsyncAwaitState state = ref t_runtimeAsyncAwaitState; 503ref RuntimeAsyncAwaitState state = ref t_runtimeAsyncAwaitState; 541ref RuntimeAsyncAwaitState state = ref t_runtimeAsyncAwaitState; 591ref RuntimeAsyncAwaitState state = ref t_runtimeAsyncAwaitState; 634ref RuntimeAsyncAwaitState state = ref t_runtimeAsyncAwaitState; 665ref RuntimeAsyncAwaitState state = ref t_runtimeAsyncAwaitState; 950ref RuntimeAsyncAwaitState awaitState = ref t_runtimeAsyncAwaitState; 1069ref RuntimeAsyncAwaitState awaitState = ref t_runtimeAsyncAwaitState; 1518ref RuntimeAsyncAwaitState state = ref t_runtimeAsyncAwaitState;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.cs (4)
32ref RuntimeAsyncAwaitState state = ref t_runtimeAsyncAwaitState; 45ref RuntimeAsyncAwaitState state = ref t_runtimeAsyncAwaitState; 76ref RuntimeAsyncAwaitState state = ref t_runtimeAsyncAwaitState; 102ref RuntimeAsyncAwaitState state = ref t_runtimeAsyncAwaitState;
2 references to t_runtimeAsyncAwaitState
System.Private.CoreLib (2)
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (1)
319t_runtimeAsyncAwaitState.CachedTaskContinuation = continuation;
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.ValueTaskSourceContinuation.cs (1)
97t_runtimeAsyncAwaitState.CachedValueTaskSourceContinuation = vtsCont;