1 write to _method
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\GVMDependenciesNode.cs (1)
37_method = method;
20 references to _method
ILCompiler.Compiler (20)
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\GVMDependenciesNode.cs (20)
43protected override string GetName(NodeFactory factory) => "__GVMDependenciesNode_" + factory.NameMangler.GetMangledMethodName(_method); 47if (!_method.IsAbstract) 49DependencyNodeCore<NodeFactory> node = GetVirtualMethodImplNode(factory, _method); 54if (!_method.OwningType.IsInterface) 56yield return new DependencyListEntry(factory.TypeGVMEntries(_method.OwningType.GetTypeDefinition()), "Resolution metadata"); 67TypeDesc methodOwningType = _method.OwningType; 71(methodOwningType.IsSealed() || _method.IsFinal)) 82TypeDesc methodOwningType = _method.OwningType; 83bool methodIsShared = _method.IsSharedByGenericInstantiations; 85TypeSystemContext context = _method.Context; 138MethodDesc interfaceMethod = _method.GetMethodDefinition(); 141_method.GetTypicalMethodDefinition(), (InstantiatedType)potentialDefinitionInterfaces[interfaceIndex]); 159.MakeInstantiatedMethod(_method.Instantiation) 160.InstantiateSignature(potentialOverrideType.Instantiation, _method.Instantiation); 183factory.MetadataManager.NoteOverridingMethod(_method, implementingMethodInstantiation, origin); 224methodToResolve = _method; 229.GetMethodForInstantiatedType(_method.GetTypicalMethodDefinition(), (InstantiatedType)overrideTypeCur) 230.MakeInstantiatedMethod(_method.Instantiation); 235if (instantiatedTargetMethod != _method) 241factory.MetadataManager.NoteOverridingMethod(_method, instantiatedTargetMethod);