1 write to Method
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (1)
541Method = method,
5 references to Method
System.Private.TypeLoader (5)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (5)
400builder.PrepareMethod(Method); 405IntPtr methodDictionary = Method.Instantiation.Length > 0 ? 406((InstantiatedMethod)Method).RuntimeMethodDictionary : 407builder.GetRuntimeTypeHandle(Method.OwningType).ToIntPtr(); 408return FunctionPointerOps.GetGenericMethodFunctionPointer(Method.FunctionPointer, methodDictionary);