5 references to GetHostEntryCore
System.Net.NameResolution (5)
System\Net\Dns.cs (5)
86ipHostEntry = GetHostEntryCore(hostNameOrAddress, family);
273return GetHostEntryCore(hostName, AddressFamily.Unspecified);
338ipHostEntry = GetHostEntryCore(hostName, AddressFamily.Unspecified);
591string h => GetHostEntryCore(h, AddressFamily.Unspecified, activity),
592KeyValuePair<string, AddressFamily> t => GetHostEntryCore(t.Key, t.Value, activity),