3 references to TemplateMethodEntry
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\GenericMethodsTemplateMap.cs (1)
81dependencies.Add(new DependencyListEntry(factory.NativeLayout.TemplateMethodEntry(method), "Template Method Entry"));
Compiler\DependencyAnalysis\GenericVirtualMethodImplNode.cs (1)
57dependencies.Add(factory.NativeLayout.TemplateMethodEntry(_method), "GVM Dependency - Template entry");
Compiler\MetadataManager.cs (1)
473factory.NativeLayout.TemplateMethodEntry(method.GetCanonMethodTarget(CanonicalFormKind.Specific)),