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);
652
sb.Append(nameMangler.GetMangledMethodName(
_method
));
655
public override string ToString() => $"MethodEntry: {
_method
}";
659
MethodDesc canonMethod =
_method
.GetCanonMethodTarget(CanonicalFormKind.Specific);
663
_method
,
675
return comparer.Compare(
_method
, otherEntry.
_method
);
680
return
_method
.GetHashCode();
685
return ((MethodEntryGenericLookupResult)obj).
_method
==
_method
&&