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