3 references to GetMethodInstantiation
System.Private.CoreLib (3)
src\System\RuntimeHandles.cs (3)
1195
GetMethodInstantiation
(EnsureNonNullMethodInfo(method).Value, ObjectHandleOnStack.Create(ref types), Interop.BOOL.TRUE);
1203
GetMethodInstantiation
(method, ObjectHandleOnStack.Create(ref types), Interop.BOOL.TRUE);
1210
GetMethodInstantiation
(EnsureNonNullMethodInfo(method).Value, ObjectHandleOnStack.Create(ref types), Interop.BOOL.FALSE);