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