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