3 references to TryWriteBytes
dotnet (1)
Commands\Test\MTP\IPC\Serializers\BaseSerializer.cs (1)
108
BitConverter.
TryWriteBytes
(bytes, value);
Microsoft.Extensions.Identity.Core (1)
Rfc6238AuthenticationService.cs (1)
39
var res = BitConverter.
TryWriteBytes
(timestepAsBytes, IPAddress.HostToNetworkOrder((long)timestepNumber));
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\BitConverter.cs (1)
143
bool success =
TryWriteBytes
(bytes, value);