1 instantiation of DnsCacheEntry
System.ServiceModel.NetTcp (1)
System\ServiceModel\Channels\DnsCache.cs (1)
98s_resolveCache.Add(hostName, new DnsCacheEntry(hostAddresses, now));
3 references to DnsCacheEntry
System.ServiceModel.NetTcp (3)
System\ServiceModel\Channels\DnsCache.cs (3)
14private static MruCache<string, DnsCacheEntry> s_resolveCache = new MruCache<string, DnsCacheEntry>(MruWatermark); 62DnsCacheEntry cacheEntry;