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