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)
227if (_resolvedMethod.CanShareNormalGenericCode()) 228builder.PrepareMethod(_resolvedMethod); 233if (_resolvedMethod.CanShareNormalGenericCode()) 235IntPtr methodDictionary = _resolvedMethod.RuntimeMethodDictionary; 236return FunctionPointerOps.GetGenericMethodFunctionPointer(_resolvedMethod.FunctionPointer, methodDictionary); 240if (!TypeLoaderEnvironment.Instance.TryLookupExactMethodPointer(_resolvedMethod, out nint result))