6 references to GetBytes
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
KnownStringsTests.cs (1)
27static readonly byte[] _invalidMethod1 = BitConverter.GetBytes((ulong)MagicNumber);
Microsoft.Maui (1)
Services\Crc64HashAlgorithm.cs (1)
167 protected override byte[] HashFinal() => BitConverter.GetBytes(crc ^ length);
Microsoft.Maui.Controls.SourceGen (1)
src\Core\src\Services\Crc64HashAlgorithm.cs (1)
167 protected override byte[] HashFinal() => BitConverter.GetBytes(crc ^ length);
Microsoft.VisualStudio.LanguageServices (2)
CodeMarkers\ManagedCodeMarkers.cs (2)
339return CodeMarkerEx(nTimerID, BitConverter.GetBytes(ulongData)); 566: this(begin, end, BitConverter.GetBytes(ulongData))
System.Data.Common (1)
System\Data\Common\ObjectStorage.cs (1)
283_values[recordNo] = BitConverter.GetBytes((ulong)value);