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