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)
187if (_resolvedMethod.CanShareNormalGenericCode()) 188builder.PrepareMethod(_resolvedMethod); 193if (_resolvedMethod.CanShareNormalGenericCode()) 195IntPtr methodDictionary = _resolvedMethod.RuntimeMethodDictionary; 196return FunctionPointerOps.GetGenericMethodFunctionPointer(_resolvedMethod.FunctionPointer, methodDictionary); 200if (!TypeLoaderEnvironment.Instance.TryLookupExactMethodPointer(_resolvedMethod, out nint result))