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