7 references to
System.Data (7)
fx\src\data\System\Data\Odbc\OdbcUtils.cs (1)
20
internal CNativeBuffer (int initialSize) :
base
(initialSize) {
fx\src\data\System\Data\OleDb\PropertyIDSet.cs (2)
30
internal PropertyIDSet(Guid propertySet, int propertyID) :
base
(PropertyIDSetAndValueSize) {
48
internal PropertyIDSet(Guid[] propertySets) :
base
(PropertyIDSetSize * propertySets.Length) {
fx\src\data\System\Data\OleDb\RowBinding.cs (1)
49
private RowBinding(int bindingCount, int headerLength, int dataLength, int length, bool needToReset) :
base
(length) {
fx\src\data\System\Data\OleDb\SafeHandles.cs (2)
91
internal RowHandleBuffer(IntPtr rowHandleFetchCount) :
base
((int)rowHandleFetchCount*ADP.PtrSize) {
103
internal StringMemHandle(string value) :
base
((null != value) ? checked(2+2*value.Length) : 0) {
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (1)
329
internal PoolWaitHandles() :
base
(3*IntPtr.Size) {