1 instantiation of DnsCacheEntry
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\DnsCache.cs (1)
119s_resolveCache.Add(hostName, new DnsCacheEntry(hostAddresses, now));
3 references to DnsCacheEntry
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\DnsCache.cs (3)
23private static MruCache<string, DnsCacheEntry> s_resolveCache = new MruCache<string, DnsCacheEntry>(mruWatermark); 83DnsCacheEntry cacheEntry;