4 references to EnsureNonNullMethodInfo
System.Private.CoreLib (4)
src\System\RuntimeHandles.cs (4)
1086IntPtr ptr = GetFunctionPointer(EnsureNonNullMethodInfo(m_value).Value); 1120IRuntimeMethodInfo methodInfo = EnsureNonNullMethodInfo(method); 1259GetMethodInstantiation(EnsureNonNullMethodInfo(method).Value, ObjectHandleOnStack.Create(ref types), Interop.BOOL.TRUE); 1274GetMethodInstantiation(EnsureNonNullMethodInfo(method).Value, ObjectHandleOnStack.Create(ref types), Interop.BOOL.FALSE);