1 write to _maxCacheItems
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\TimeBoundedCache.cs (1)
32_maxCacheItems = maxCacheItems;
5 references to _maxCacheItems
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\TimeBoundedCache.cs (5)
63return _maxCacheItems; 310if (this.Count >= _maxCacheItems) 322if (this.Count >= _maxCacheItems) 350if (this.Count >= _maxCacheItems) 410string message = string.Format(SRServiceModel.CacheQuotaReached, _maxCacheItems);