1 write to maxCacheItems
System.ServiceModel (1)
System\ServiceModel\Security\TimeBoundedCache.cs (1)
35this.maxCacheItems = maxCacheItems;
5 references to maxCacheItems
System.ServiceModel (5)
System\ServiceModel\Security\TimeBoundedCache.cs (5)
66return this.maxCacheItems; 313if (this.Count >= this.maxCacheItems) 326if (this.Count >= this.maxCacheItems) 354if (this.Count >= this.maxCacheItems) 414string message = SR.GetString(SR.CacheQuotaReached, this.maxCacheItems);