1 write to _method
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\GenericLookupResult.cs (1)
435
_method
= method;
9 references to _method
ILCompiler.Compiler (9)
Compiler\DependencyAnalysis\GenericLookupResult.cs (9)
440
MethodDesc instantiatedMethod =
_method
.GetNonRuntimeDeterminedMethodFromRuntimeDeterminedMethodViaSubstitution(dictionary.TypeInstantiation, dictionary.MethodInstantiation);
462
sb.Append(nameMangler.GetMangledMethodName(
_method
));
465
public override string ToString() => $"MethodHandle: {
_method
}";
469
return factory.NativeLayout.MethodLdTokenDictionarySlot(
_method
);
474
return comparer.Compare(
_method
, ((MethodHandleGenericLookupResult)other).
_method
);
479
return
_method
.GetHashCode();
484
return ((MethodHandleGenericLookupResult)obj).
_method
==
_method
;