1 write to _asyncStateMachineBox
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunCompilerContext.cs (1)
212
_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)
210
if (
_asyncStateMachineBox
== null)
213
if (
_asyncStateMachineBox
== null)
217
return
_asyncStateMachineBox
;