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