6 references to
System.Data.OleDb (6)
PropertyIDSet.cs (2)
19internal PropertyIDSet(Guid propertySet, int propertyID) : base(PropertyIDSetAndValueSize) 38internal PropertyIDSet(Guid[] propertySets) : base(PropertyIDSetSize * propertySets.Length)
RowBinding.cs (1)
38private RowBinding(int bindingCount, int headerLength, int dataLength, int length, bool needToReset) : base(length)
SafeHandles.cs (2)
86internal RowHandleBuffer(nint rowHandleFetchCount) : base(checked((int)rowHandleFetchCount * IntPtr.Size)) 100internal StringMemHandle(string? value) : base((null != value) ? checked(2 + 2 * value.Length) : 0)
System\Data\ProviderBase\DbConnectionPool.cs (1)
233public PoolWaitHandles() : base(3 * IntPtr.Size)