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