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)
63
return
_maxCacheItems
;
310
if (this.Count >=
_maxCacheItems
)
322
if (this.Count >=
_maxCacheItems
)
350
if (this.Count >=
_maxCacheItems
)
410
string message = string.Format(SRServiceModel.CacheQuotaReached,
_maxCacheItems
);