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