1 instantiation of NativeLayoutTemplateMethodLayoutVertexNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (1)
67return new NativeLayoutTemplateMethodLayoutVertexNode(_factory, method);
4 references to NativeLayoutTemplateMethodLayoutVertexNode
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\GenericMethodsTemplateMap.cs (1)
56var layoutNode = factory.NativeLayout.TemplateMethodLayout(methodEntryNode.Method);
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (3)
65_templateMethodLayouts = new NodeCache<MethodDesc, NativeLayoutTemplateMethodLayoutVertexNode>(method => 322private NodeCache<MethodDesc, NativeLayoutTemplateMethodLayoutVertexNode> _templateMethodLayouts; 323public NativeLayoutTemplateMethodLayoutVertexNode TemplateMethodLayout(MethodDesc method)