1 instantiation of NativeLayoutMethodSignatureVertexNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (1)
37return new NativeLayoutMethodSignatureVertexNode(_factory, signature);
4 references to NativeLayoutMethodSignatureVertexNode
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\NativeLayoutVertexNode.cs (1)
393private readonly NativeLayoutMethodSignatureVertexNode _sig;
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (3)
35_methodSignatures = new NodeCache<MethodSignature, NativeLayoutMethodSignatureVertexNode>(signature => 215private NodeCache<MethodSignature, NativeLayoutMethodSignatureVertexNode> _methodSignatures; 216internal NativeLayoutMethodSignatureVertexNode MethodSignatureVertex(MethodSignature signature)