3 references to IPAddressCount
System.Net.NameResolution (3)
System\Net\NameResolutionPal.Unix.cs (3)
64if (hostEntry.IPAddressCount == 0) 81var nativeAddresses = new Interop.Sys.IPAddress[hostEntry.IPAddressCount]; 85for (int i = 0; i < hostEntry.IPAddressCount; i++)