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