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