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