1 write to _method
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\GenericLookupResult.cs (1)
707
_method
= method;
11 references to _method
ILCompiler.Compiler (11)
Compiler\DependencyAnalysis\GenericLookupResult.cs (11)
712
MethodDesc instantiatedMethod =
_method
.GetNonRuntimeDeterminedMethodFromRuntimeDeterminedMethodViaSubstitution(context.TypeInstantiation, context.MethodInstantiation);
746
sb.Append(nameMangler.GetMangledMethodName(
_method
));
749
public override string ToString() => $"DispatchCell: {
_method
}";
753
return
_method
.HasInstantiation ? factory.NativeLayout.GvmCellDictionarySlot(
_method
) : factory.NativeLayout.InterfaceCellDictionarySlot(
_method
);
758
return comparer.Compare(
_method
, ((DispatchCellGenericLookupResult)other).
_method
);
763
return
_method
.GetHashCode();
768
return ((DispatchCellGenericLookupResult)obj).
_method
==
_method
;