3 references to HostToNetworkOrder
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)
42var timestepAsBytes = BitConverter.GetBytes(IPAddress.HostToNetworkOrder((long)timestepNumber));
System.Net.Primitives (1)
System\Net\IPAddress.cs (1)
541return HostToNetworkOrder(network);