1 write to _method
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\GenericLookupResult.cs (1)
556_method = method;
10 references to _method
ILCompiler.Compiler (10)
Compiler\DependencyAnalysis\GenericLookupResult.cs (10)
561MethodDesc instantiatedMethod = _method.GetNonRuntimeDeterminedMethodFromRuntimeDeterminedMethodViaSubstitution(dictionary.TypeInstantiation, dictionary.MethodInstantiation); 581sb.Append(nameMangler.GetMangledMethodName(_method)); 584public MethodDesc Method => _method; 585public override string ToString() => $"MethodDictionary: {_method}"; 589return factory.NativeLayout.MethodDictionaryDictionarySlot(_method); 594return comparer.Compare(_method, ((MethodDictionaryGenericLookupResult)other)._method); 599return _method.GetHashCode(); 604return ((MethodDictionaryGenericLookupResult)obj)._method == _method;