2 types derived from NativeLayoutMethodEntryVertexNode
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\NativeLayoutVertexNode.cs (2)
638internal sealed class NativeLayoutTemplateMethodSignatureVertexNode : NativeLayoutMethodEntryVertexNode 1509private sealed class WrappedMethodEntryVertexNode : NativeLayoutMethodEntryVertexNode
1 instantiation of NativeLayoutMethodEntryVertexNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (1)
57return new NativeLayoutMethodEntryVertexNode(_factory, method, default);
3 references to NativeLayoutMethodEntryVertexNode
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (3)
55_methodEntries = new NodeCache<MethodDesc, NativeLayoutMethodEntryVertexNode>(method => 310private NodeCache<MethodDesc, NativeLayoutMethodEntryVertexNode> _methodEntries; 311internal NativeLayoutMethodEntryVertexNode MethodEntry(MethodDesc method)