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