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