2 references to Resolve
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqUri.cs (1)
243if (0 == String.Compare(DnsCache.MachineName, DnsCache.Resolve(uri).HostName, StringComparison.OrdinalIgnoreCase))
System\ServiceModel\Channels\SocketConnection.cs (1)
1641hostEntry = DnsCache.Resolve(uri);