4 references to EnsureNonNullMethodInfo
System.Private.CoreLib (4)
src\System\RuntimeHandles.cs (4)
1042IntPtr ptr = GetFunctionPointer(EnsureNonNullMethodInfo(m_value!).Value); 1076IRuntimeMethodInfo methodInfo = EnsureNonNullMethodInfo(method); 1211GetMethodInstantiation(EnsureNonNullMethodInfo(method).Value, ObjectHandleOnStack.Create(ref types), Interop.BOOL.TRUE); 1226GetMethodInstantiation(EnsureNonNullMethodInfo(method).Value, ObjectHandleOnStack.Create(ref types), Interop.BOOL.FALSE);