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