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