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