3 references to GetHostAddressesCore
System.Net.NameResolution (3)
System\Net\Dns.cs (3)
217addresses = GetHostAddressesCore(hostNameOrAddress, family); 628string h => GetHostAddressesCore(h, AddressFamily.Unspecified, activity), 629KeyValuePair<string, AddressFamily> t => GetHostAddressesCore(t.Key, t.Value, activity),