14 references to GetBits
System.Data (14)
fx\src\data\System\Data\Common\BigIntegerStorage.cs (1)
113return GetBits(record);
fx\src\data\System\Data\Common\BooleanStorage.cs (1)
129return GetBits(record);
fx\src\data\System\Data\Common\ByteStorage.cs (1)
195return GetBits(record);
fx\src\data\System\Data\Common\CharStorage.cs (1)
129return GetBits(record);
fx\src\data\System\Data\Common\DoubleStorage.cs (1)
193return GetBits(record);
fx\src\data\System\Data\Common\Int16Storage.cs (1)
199return GetBits(record);
fx\src\data\System\Data\Common\Int32Storage.cs (1)
198return GetBits(record);
fx\src\data\System\Data\Common\Int64Storage.cs (1)
193return GetBits(record);
fx\src\data\System\Data\Common\SByteStorage.cs (1)
195return GetBits(record);
fx\src\data\System\Data\Common\SingleStorage.cs (1)
194return GetBits(record);
fx\src\data\System\Data\Common\TimeSpanStorage.cs (1)
203return GetBits(record);
fx\src\data\System\Data\Common\UInt16Storage.cs (1)
198return GetBits(record);
fx\src\data\System\Data\Common\UInt32Storage.cs (1)
198return GetBits(record);
fx\src\data\System\Data\Common\UInt64Storage.cs (1)
192return GetBits(record);