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