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