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