4 references to IsCompilerGeneratedILBodyForAsync
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\ILBodyFixupSignature.cs (1)
48
Debug.Assert(!signatureMethod.
IsCompilerGeneratedILBodyForAsync
());
Compiler\ReadyToRunCodegenCompilation.cs (2)
766
if ((method.
IsCompilerGeneratedILBodyForAsync
() || ((CompilerTypeSystemContext)method.Context).IsUnboxingThunk(method)) && shouldBeCompiled)
808
if (!method.
IsCompilerGeneratedILBodyForAsync
() && !((CompilerTypeSystemContext)method.Context).IsUnboxingThunk(method))
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
1568
&& MethodBeingCompiled.
IsCompilerGeneratedILBodyForAsync
()