1 write to _resolvedMethod
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (1)
185
_resolvedMethod
= TypeLoaderEnvironment.GVMLookupForSlotWorker(ConstraintType, ConstrainedMethod);
6 references to _resolvedMethod
System.Private.TypeLoader (6)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (6)
187
if (
_resolvedMethod
.CanShareNormalGenericCode())
188
builder.PrepareMethod(
_resolvedMethod
);
193
if (
_resolvedMethod
.CanShareNormalGenericCode())
195
IntPtr methodDictionary =
_resolvedMethod
.RuntimeMethodDictionary;
196
return FunctionPointerOps.GetGenericMethodFunctionPointer(
_resolvedMethod
.FunctionPointer, methodDictionary);
200
if (!TypeLoaderEnvironment.Instance.TryLookupExactMethodPointer(
_resolvedMethod
, out nint result))