5 references to NumEntriesInDispatchTable
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComWrappers.cs (5)
160[InlineArray(NumEntriesInDispatchTable)] 392InternalComInterfaceDispatch* dispatch = &Dispatches[index / InternalComInterfaceDispatch.NumEntriesInDispatchTable]; 394return (IntPtr)(&vtables[index % InternalComInterfaceDispatch.NumEntriesInDispatchTable]); 859int numSections = totalDefinedCount / InternalComInterfaceDispatch.NumEntriesInDispatchTable; 860if (totalDefinedCount % InternalComInterfaceDispatch.NumEntriesInDispatchTable != 0)