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)
804protected override string GetName(NodeFactory factory) => "NativeLayoutTemplateMethodLayoutVertexNode" + factory.NameMangler.GetMangledMethodName(_method); 817foreach (var dependency in context.NativeLayout.TemplateConstructableTypes(_method.OwningType)) 822foreach (var type in _method.Instantiation) 830foreach (GenericParameterDesc genericParam in _method.GetTypicalMethodDefinition().Instantiation) 839yield return new DependencyListEntry(context.GenericDictionaryLayout(_method), "Dictionary layout"); 853DictionaryLayoutNode associatedLayout = factory.GenericDictionaryLayout(_method); 856if (!factory.LazyGenericsPolicy.UsesLazyGenerics(_method) && templateLayout.Count > 0)