7 references to GetBytes
Microsoft.Diagnostics.NETCore.Client (2)
DiagnosticsClient\EventPipeSession.cs (1)
181
byte[] payload = BitConverter.
GetBytes
(_sessionId);
DiagnosticsIpc\IpcAdvertise.cs (1)
94
byte[] processIdBuffer = BitConverter.
GetBytes
(processId);
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.ML.Tokenizers.Tests (1)
SentencePieceTests.cs (1)
907
byte[] bytes = BitConverter.
GetBytes
(value);
NuGet.ProjectModel (1)
FnvHash64Function.cs (1)
41
return BitConverter.
GetBytes
(_hash);
System.Data.Common (1)
System\Data\Common\ObjectStorage.cs (1)
283
_values[recordNo] = BitConverter.
GetBytes
((ulong)value);