3 references to TryInternalResolve
System (3)
net\System\Net\_AuthenticationState.cs (1)
145if (Dns.TryInternalResolve(host, out result))
net\System\Net\ServicePoint.cs (1)
1619dnsResolutionFailed = !Dns.TryInternalResolve(m_Host, out ipHostEntry);
net\System\Net\SocketPermission.cs (1)
983if (Dns.TryInternalResolve(hostname, out ipHostEntry)) {