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