1 write to _resolvedMethod
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (1)
191_resolvedMethod = TypeLoaderEnvironment.GVMLookupForSlotWorker(ConstraintType, ConstrainedMethod);
6 references to _resolvedMethod
System.Private.TypeLoader (6)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (6)
193if (_resolvedMethod.CanShareNormalGenericCode()) 194builder.PrepareMethod(_resolvedMethod); 199if (_resolvedMethod.CanShareNormalGenericCode()) 201IntPtr methodDictionary = _resolvedMethod.RuntimeMethodDictionary; 202return FunctionPointerOps.GetGenericMethodFunctionPointer(_resolvedMethod.FunctionPointer, methodDictionary); 206if (!TypeLoaderEnvironment.Instance.TryLookupExactMethodPointer(_resolvedMethod, out nint result))