1 write to Method
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (1)
589Method = method,
5 references to Method
System.Private.TypeLoader (5)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (5)
439builder.PrepareMethod(Method); 444IntPtr methodDictionary = Method.Instantiation.Length > 0 ? 445((InstantiatedMethod)Method).RuntimeMethodDictionary : 446builder.GetRuntimeTypeHandle(Method.OwningType).ToIntPtr(); 447return FunctionPointerOps.GetGenericMethodFunctionPointer(Method.FunctionPointer, methodDictionary);