1 write to _asyncStateMachineBox
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunCompilerContext.cs (1)
200
_asyncStateMachineBox
= SystemModule.GetType("System.Runtime.CompilerServices"u8, "AsyncTaskMethodBuilder`1"u8).GetNestedType("AsyncStateMachineBox`1"u8);
3 references to _asyncStateMachineBox
ILCompiler.ReadyToRun (3)
Compiler\ReadyToRunCompilerContext.cs (3)
198
if (
_asyncStateMachineBox
== null)
201
if (
_asyncStateMachineBox
== null)
205
return
_asyncStateMachineBox
;