4 references to NetworkToHostOrder
Microsoft.DotNet.Build.Tasks.Workloads (2)
Utils.cs (2)
162timeMid = IPAddress.NetworkToHostOrder(BitConverter.ToInt16(hash, 4)); 166timeHiVersion = IPAddress.NetworkToHostOrder(BitConverter.ToInt16(hash, 6));
RepoTasks (2)
Uuid.cs (2)
57timeMid = IPAddress.NetworkToHostOrder(BitConverter.ToInt16(hash, 4)); 61timeHiVersion = IPAddress.NetworkToHostOrder(BitConverter.ToInt16(hash, 6));