5 references to TemplateMethodLayout
ILCompiler.Compiler (5)
Compiler\DependencyAnalysis\DictionaryLayoutNode.cs (1)
161templateLayout = factory.NativeLayout.TemplateMethodLayout((MethodDesc)_owningMethodOrType);
Compiler\DependencyAnalysis\GenericMethodsTemplateMap.cs (2)
56var layoutNode = factory.NativeLayout.TemplateMethodLayout(methodEntryNode.Method); 82dependencies.Add(new DependencyListEntry(factory.NativeLayout.TemplateMethodLayout(method), "Template Method Layout"));
Compiler\DependencyAnalysis\GenericVirtualMethodImplNode.cs (1)
58dependencies.Add(factory.NativeLayout.TemplateMethodLayout(_method), "GVM Dependency - Template");
Compiler\DependencyAnalysis\ReadyToRunGenericHelperNode.cs (1)
245templateLayout = factory.NativeLayout.TemplateMethodLayout((MethodDesc)_dictionaryOwner);