5 references to GetBytes
System.Data (2)
fx\src\data\System\Data\Common\ObjectStorage.cs (1)
233
values[recordNo] = BitConverter.
GetBytes
((UInt16)value);
fx\src\data\System\Data\Sql\sqlnorm.cs (1)
372
byte[] b = BitConverter.
GetBytes
((ushort) GetValue(fi, obj));
System.Messaging (1)
System\Messaging\ActiveXMessageFormatter.cs (1)
347
byte[] bytes = BitConverter.
GetBytes
((UInt16)obj);
System.ServiceModel (1)
System\ServiceModel\MsmqIntegration\ActiveXSerializer.cs (1)
341
byte[] bytes = BitConverter.
GetBytes
((UInt16)obj);
WindowsBase (1)
Base\MS\Internal\IO\Zip\ZipIOBlockManager.cs (1)
597
byte[] tempBuffer = BitConverter.
GetBytes
(value);