3 implementations of HasGenericContextArg
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\AddressTakenMethodNode.cs (1)
38
public override bool
HasGenericContextArg
=> Method.RequiresInstMethodDescArg() || Method.RequiresInstMethodTableArg();
Compiler\DependencyAnalysis\JumpStubNode.cs (1)
28
public abstract bool
HasGenericContextArg
{ get; }
parent\parent\Common\Compiler\DependencyAnalysis\INodeWithTypeSignature.cs (1)
20
bool INodeWithTypeSignature.
HasGenericContextArg
=> Method.RequiresInstMethodDescArg() || Method.RequiresInstMethodTableArg();
1 reference to HasGenericContextArg
ILCompiler.Compiler (1)
parent\parent\Common\JitInterface\WasmLowering.cs (1)
610
if (node.
HasGenericContextArg
)