1 instantiation of AsyncMethodIL
ILCompiler.ReadyToRun (1)
IL\ReadyToRunILProvider.cs (1)
247
return new
AsyncMethodIL
(amv, asyncTargetMethodIL);
1 reference to AsyncMethodIL
ILCompiler.ReadyToRun (1)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
3464
&& (methodIL is EcmaMethodIL || methodIL is ReadyToRunILProvider.
AsyncMethodIL
))