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); 654sb.Append(nameMangler.GetMangledMethodName(_method)); 657public override string ToString() => $"MethodEntry: {_method}"; 661MethodDesc canonMethod = _method.GetCanonMethodTarget(CanonicalFormKind.Specific); 665_method, 677return comparer.Compare(_method, otherEntry._method); 682return _method.GetHashCode(); 687return ((MethodEntryGenericLookupResult)obj)._method == _method &&