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