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)
561
MethodDesc instantiatedMethod =
_method
.GetNonRuntimeDeterminedMethodFromRuntimeDeterminedMethodViaSubstitution(dictionary.TypeInstantiation, dictionary.MethodInstantiation);
581
sb.Append(nameMangler.GetMangledMethodName(
_method
));
584
public MethodDesc Method =>
_method
;
585
public override string ToString() => $"MethodDictionary: {
_method
}";
589
return factory.NativeLayout.MethodDictionaryDictionarySlot(
_method
);
594
return comparer.Compare(
_method
, ((MethodDictionaryGenericLookupResult)other).
_method
);
599
return
_method
.GetHashCode();
604
return ((MethodDictionaryGenericLookupResult)obj).
_method
==
_method
;