8 references to HostToNetworkOrder
Microsoft.AspNetCore.DataProtection.Tests (1)
KeyManagement\KeyRingBasedDataProtectorTests.cs (1)
625.Concat(BitConverter.GetBytes(IPAddress.HostToNetworkOrder(purposes.Length))); // purposeCount
Microsoft.DotNet.Build.Tasks.Workloads (1)
Utils.cs (1)
133int timeLow = IPAddress.HostToNetworkOrder(BitConverter.ToInt32(namespaceBytes, 0));
System.Net.Primitives (6)
System\Net\IPAddress.cs (4)
99return (uint)HostToNetworkOrder(unchecked((int)address)); 546return HostToNetworkOrder(network); 565long LoopbackMask = (uint)HostToNetworkOrder(unchecked((int)LoopbackMaskHostOrder)); 754return new IPAddress((uint)HostToNetworkOrder(unchecked((int)address)));
System\Net\IPAddressParser.cs (2)
63address = (uint)IPAddress.HostToNetworkOrder(unchecked((int)tmpAddr)); 291return (uint)IPAddress.HostToNetworkOrder(unchecked((int)ipv4address));