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