6 references to GetBytes
System.Data (2)
fx\src\data\System\Data\Common\ObjectStorage.cs (1)
239
values[recordNo] = BitConverter.
GetBytes
((UInt64)value);
fx\src\data\System\Data\Sql\sqlnorm.cs (1)
462
byte[] b = BitConverter.
GetBytes
((ulong) GetValue(fi, obj));
System.Messaging (1)
System\Messaging\ActiveXMessageFormatter.cs (1)
375
byte[] bytes = BitConverter.
GetBytes
((UInt64)obj);
System.ServiceModel (1)
System\ServiceModel\MsmqIntegration\ActiveXSerializer.cs (1)
368
byte[] bytes = BitConverter.
GetBytes
((UInt64)obj);
WindowsBase (2)
Base\MS\Internal\IO\Packaging\CompoundFile\RightsManagementEncryptedStream.cs (1)
668
byte[] prefixData = BitConverter.
GetBytes
((ulong)_streamCachedLength);
Base\MS\Internal\IO\Zip\ZipIOBlockManager.cs (1)
617
byte[] tempBuffer = BitConverter.
GetBytes
(value);