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