3 implementations of IMethodCodeNodeWithTypeSignature
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\AddressTakenMethodNode.cs (1)
22internal sealed class AddressTakenMethodNode : JumpStubNode, IMethodCodeNodeWithTypeSignature, ISymbolNodeWithLinkage
Compiler\DependencyAnalysis\TentativeMethodNode.cs (1)
21public partial class TentativeMethodNode : AssemblyStubNode, IMethodCodeNodeWithTypeSignature, ISymbolNodeWithLinkage
ILCompiler.RyuJit (1)
Compiler\DependencyAnalysis\MethodCodeNode.cs (1)
18public class MethodCodeNode : ObjectNode, IMethodBodyNode, INodeWithCodeInfo, INodeWithDebugInfo, INodeWithFunclets, ISpecialUnboxThunkNode, IMethodCodeNodeWithTypeSignature
1 reference to IMethodCodeNodeWithTypeSignature
ILCompiler.Compiler (1)
parent\parent\Common\Compiler\DependencyAnalysis\ObjectNode.cs (1)
71if (factory.Target.IsWasm && this is IMethodCodeNodeWithTypeSignature wasmMethodCodeNode)