3 implementations of IsAsyncCall
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\AddressTakenMethodNode.cs (1)
37public override bool IsAsyncCall => Method.IsAsyncCall();
Compiler\DependencyAnalysis\JumpStubNode.cs (1)
27public abstract bool IsAsyncCall { get; }
parent\parent\Common\Compiler\DependencyAnalysis\INodeWithTypeSignature.cs (1)
19bool INodeWithTypeSignature.IsAsyncCall => Method.IsAsyncCall();
1 reference to IsAsyncCall
ILCompiler.Compiler (1)
parent\parent\Common\JitInterface\WasmLowering.cs (1)
614if (node.IsAsyncCall)