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