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