7 references to GetBytes
System.Data (2)
fx\src\data\System\Data\Common\ObjectStorage.cs (1)
236
values[recordNo] = BitConverter.
GetBytes
((UInt32)value);
fx\src\data\System\Data\Sql\sqlnorm.cs (1)
418
byte[] b = BitConverter.
GetBytes
((uint) GetValue(fi, obj));
System.Messaging (1)
System\Messaging\ActiveXMessageFormatter.cs (1)
361
byte[] bytes = BitConverter.
GetBytes
((UInt32)obj);
System.ServiceModel (1)
System\ServiceModel\MsmqIntegration\ActiveXSerializer.cs (1)
354
byte[] bytes = BitConverter.
GetBytes
((UInt32)obj);
WindowsBase (1)
Base\MS\Internal\IO\Zip\ZipIOBlockManager.cs (1)
607
byte[] tempBuffer = BitConverter.
GetBytes
(value);
WsatConfig (1)
Configuration\ClusterRegistryConfigurationProvider.cs (1)
177
byte[] buffer = BitConverter.
GetBytes
(value);
WsatUI (1)
Configuration\ClusterRegistryConfigurationProvider.cs (1)
177
byte[] buffer = BitConverter.
GetBytes
(value);