14 references to GetBits
System.Data.Common (14)
System\Data\Common\BigIntegerStorage.cs (1)
124return GetBits(record);
System\Data\Common\BooleanStorage.cs (1)
144return GetBits(record);
System\Data\Common\ByteStorage.cs (1)
216return GetBits(record);
System\Data\Common\CharStorage.cs (1)
143return GetBits(record);
System\Data\Common\DoubleStorage.cs (1)
216return GetBits(record);
System\Data\Common\Int16Storage.cs (1)
230return GetBits(record);
System\Data\Common\Int32Storage.cs (1)
229return GetBits(record);
System\Data\Common\Int64Storage.cs (1)
221return GetBits(record);
System\Data\Common\SByteStorage.cs (1)
218return GetBits(record);
System\Data\Common\SingleStorage.cs (1)
217return GetBits(record);
System\Data\Common\TimeSpanStorage.cs (1)
236return GetBits(record);
System\Data\Common\UInt16Storage.cs (1)
229return GetBits(record);
System\Data\Common\UInt32Storage.cs (1)
228return GetBits(record);
System\Data\Common\UInt64Storage.cs (1)
219return GetBits(record);