1 write to _method
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NativeLayoutVertexNode.cs (1)
1289_method = method;
7 references to _method
ILCompiler.Compiler (7)
Compiler\DependencyAnalysis\NativeLayoutVertexNode.cs (7)
1292protected sealed override string GetName(NodeFactory factory) => "NativeLayoutGvmDispatchGenericDictionarySlotNode_" + factory.NameMangler.GetMangledMethodName(_method); 1300foreach (var dependency in factory.NativeLayout.TemplateConstructableTypes(_method.OwningType)) 1305foreach (var type in _method.Instantiation) 1311MethodDesc canonMethod = _method.GetCanonMethodTarget(CanonicalFormKind.Specific); 1313factory.MetadataManager.GetNativeLayoutMetadataDependencies(ref result, factory, GvmDispatchCellInfoSectionNode.GetMethodForMetadata(_method, out _)); 1314result.Add(factory.NativeLayout.MethodEntry(_method), "wrappednode"); 1321return factory.NativeLayout.MethodEntry(_method).WriteVertex(factory);