1 write to _resolvedMethod
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (1)
225
_resolvedMethod
= TypeLoaderEnvironment.GVMLookupForSlotWorker(ConstraintType, ConstrainedMethod);
6 references to _resolvedMethod
System.Private.TypeLoader (6)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (6)
227
if (
_resolvedMethod
.CanShareNormalGenericCode())
228
builder.PrepareMethod(
_resolvedMethod
);
233
if (
_resolvedMethod
.CanShareNormalGenericCode())
235
IntPtr methodDictionary =
_resolvedMethod
.RuntimeMethodDictionary;
236
return FunctionPointerOps.GetGenericMethodFunctionPointer(
_resolvedMethod
.FunctionPointer, methodDictionary);
240
if (!TypeLoaderEnvironment.Instance.TryLookupExactMethodPointer(
_resolvedMethod
, out nint result))