3 references to UseCount
System (3)
net\System\Net\Cache\IERequestCache.cs (2)
174while (entry.Info.UseCount != 0) { 176if(Logging.On)Logging.PrintInfo(Logging.RequestCache, SR.GetString(SR.net_log_cache_usecount_file, "WinInetCache.TryRemove()", entry.Info.UseCount, entry.Filename));
net\System\Net\Cache\RequestCacheEntry.cs (1)
66m_UsageCount = entry.Info.UseCount;