7 references to IsAsyncCall
ILCompiler.ReadyToRun (7)
Compiler\DependencyAnalysis\ReadyToRun\GCRefMapBuilder.cs (1)
138methodIsAsyncCall: method.IsAsyncCall());
Compiler\ReadyToRunCodegenCompilation.cs (1)
752if (method.IsAsyncCall() && shouldBeCompiled)
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\INodeWithTypeSignature.cs (1)
19bool INodeWithTypeSignature.IsAsyncCall => Method.IsAsyncCall();
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
881if (method.IsAsyncCall()) 4889if (this.MethodBeingCompiled.IsAsyncCall()
src\runtime\src\coreclr\tools\Common\JitInterface\WasmLowering.cs (1)
567if (method.IsAsyncCall())
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\Stubs\AsyncResumptionStub.cs (1)
24Debug.Assert(targetMethod.IsAsyncCall());