1 instantiation of NativeLayoutPlacedSignatureVertexNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (1)
42return new NativeLayoutPlacedSignatureVertexNode(vertexNode);
4 references to NativeLayoutPlacedSignatureVertexNode
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\InterfaceGenericVirtualMethodTableNode.cs (1)
209var typeSig = factory.NativeLayout.PlacedSignatureVertex(factory.NativeLayout.TypeSignatureVertex(currentInterface));
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (3)
40_placedSignatures = new NodeCache<NativeLayoutVertexNode, NativeLayoutPlacedSignatureVertexNode>(vertexNode => 221private NodeCache<NativeLayoutVertexNode, NativeLayoutPlacedSignatureVertexNode> _placedSignatures; 222internal NativeLayoutPlacedSignatureVertexNode PlacedSignatureVertex(NativeLayoutVertexNode vertexNode)