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