3 references to TryWriteBytes
Microsoft.AspNetCore.Identity.FunctionalTests (1)
src\Identity\Extensions.Core\src\Rfc6238AuthenticationService.cs (1)
39var res = BitConverter.TryWriteBytes(timestepAsBytes, IPAddress.HostToNetworkOrder((long)timestepNumber));
Microsoft.Extensions.Identity.Core (1)
Rfc6238AuthenticationService.cs (1)
39var res = BitConverter.TryWriteBytes(timestepAsBytes, IPAddress.HostToNetworkOrder((long)timestepNumber));
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\BitConverter.cs (1)
142bool success = TryWriteBytes(bytes, value);