5 references to resolveCache
System.ServiceModel (5)
System\ServiceModel\Channels\DnsCache.cs (5)
30return resolveCache; 72if (resolveCache.TryGetValue(hostName, out cacheEntry)) 76resolveCache.Remove(hostName); 105resolveCache.Remove(hostName); 106resolveCache.Add(hostName, new DnsCacheEntry(hostEntry, now));