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