7 references to GetBytes
Microsoft.DotNet.Build.Tasks.Workloads (4)
Utils.cs (4)
144
Buffer.BlockCopy(BitConverter.
GetBytes
(timeMid), 0, hashBuffer, 4, 2);
145
Buffer.BlockCopy(BitConverter.
GetBytes
(timeHiVersion), 0, hashBuffer, 6, 2);
163
Buffer.BlockCopy(BitConverter.
GetBytes
(timeMid), 0, hash, 4, 2);
170
Buffer.BlockCopy(BitConverter.
GetBytes
(timeHiVersion), 0, hash, 6, 2);
PresentationFramework (1)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
1810
value = BitConverter.
GetBytes
(valueId);
Roslyn.Test.PdbUtilities (1)
Reader\MockSymUnmanagedReader.cs (1)
402
var shortBytes = BitConverter.
GetBytes
(s);
System.Data.Common (1)
System\Data\Common\ObjectStorage.cs (1)
263
_values[recordNo] = BitConverter.
GetBytes
((short)value);