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