14 references to GetBytes
mscorlib (2)
system\bitconverter.cs (2)
56return GetBytes((short)value); 108return GetBytes((short)value);
PresentationFramework (1)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
1827value = BitConverter.GetBytes(valueId);
System.Data (8)
fx\src\data\System\Data\Common\ObjectStorage.cs (1)
224values[recordNo] = BitConverter.GetBytes((Int16)value);
fx\src\data\System\Data\Sql\sqlnorm.cs (1)
349byte[] b = BitConverter.GetBytes((short) GetValue(fi, obj));
fx\src\data\System\Data\SqlClient\SqlColumnEncryptionCertificateStoreProvider.cs (2)
210byte[] keyPathLength = BitConverter.GetBytes((Int16)masterKeyPathBytes.Length); 214byte[] cipherTextLength = BitConverter.GetBytes((Int16)cipherText.Length);
fx\src\data\System\Data\SqlClient\SqlColumnEncryptionCngProvider.cs (2)
190byte[] keyPathLength = BitConverter.GetBytes((Int16)masterKeyPathBytes.Length); 194byte[] cipherTextLength = BitConverter.GetBytes((Int16)cipherText.Length);
fx\src\data\System\Data\SqlClient\SqlColumnEncryptionCspProvider.cs (2)
196byte[] keyPathLength = BitConverter.GetBytes((Int16)masterKeyPathBytes.Length); 200byte[] cipherTextLength = BitConverter.GetBytes((Int16)cipherText.Length);
System.Messaging (1)
System\Messaging\ActiveXMessageFormatter.cs (1)
340byte[] bytes = BitConverter.GetBytes((short)obj);
System.ServiceModel (1)
System\ServiceModel\MsmqIntegration\ActiveXSerializer.cs (1)
335byte[] bytes = BitConverter.GetBytes((short)obj);
WindowsBase (1)
Base\MS\Internal\IO\Zip\ZipIOBlockManager.cs (1)
567byte[] tempBuffer = BitConverter.GetBytes(value);