1 write to _method
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\GenericLookupResult.cs (1)
621_method = method;
10 references to _method
ILCompiler.Compiler (10)
Compiler\DependencyAnalysis\GenericLookupResult.cs (10)
627MethodDesc instantiatedMethod = _method.GetNonRuntimeDeterminedMethodFromRuntimeDeterminedMethodViaSubstitution(dictionary.TypeInstantiation, dictionary.MethodInstantiation); 652sb.Append(nameMangler.GetMangledMethodName(_method)); 655public override string ToString() => $"MethodEntry: {_method}"; 659MethodDesc canonMethod = _method.GetCanonMethodTarget(CanonicalFormKind.Specific); 663_method, 675return comparer.Compare(_method, otherEntry._method); 680return _method.GetHashCode(); 685return ((MethodEntryGenericLookupResult)obj)._method == _method &&