1 write to _method
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NativeLayoutVertexNode.cs (1)
808
_method
= method;
7 references to _method
ILCompiler.Compiler (7)
Compiler\DependencyAnalysis\NativeLayoutVertexNode.cs (7)
804
protected override string GetName(NodeFactory factory) => "NativeLayoutTemplateMethodLayoutVertexNode" + factory.NameMangler.GetMangledMethodName(
_method
);
817
foreach (var dependency in context.NativeLayout.TemplateConstructableTypes(
_method
.OwningType))
822
foreach (var type in
_method
.Instantiation)
830
foreach (GenericParameterDesc genericParam in
_method
.GetTypicalMethodDefinition().Instantiation)
839
yield return new DependencyListEntry(context.GenericDictionaryLayout(
_method
), "Dictionary layout");
853
DictionaryLayoutNode associatedLayout = factory.GenericDictionaryLayout(
_method
);
856
if (!factory.LazyGenericsPolicy.UsesLazyGenerics(
_method
) && templateLayout.Count > 0)