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