8 references to Count
System.ServiceModel (8)
System\ServiceModel\Security\NegotiationTokenAuthenticatorStateCache.cs (2)
36
TD.NegotiateTokenAuthenticatorStateCacheRatio(base.
Count
, base.Capacity);
50
TD.NegotiateTokenAuthenticatorStateCacheRatio(base.
Count
, base.Capacity);
System\ServiceModel\Security\TimeBoundedCache.cs (6)
93
if (this.
Count
== 0 && this.purgingTimer != null)
313
if (this.
Count
>= this.maxCacheItems)
326
if (this.
Count
>= this.maxCacheItems)
354
if (this.
Count
>= this.maxCacheItems)
358
else if (this.purgingMode == PurgingMode.AccessBasedPurge && DateTime.UtcNow > this.nextPurgeTimeUtc && this.
Count
> this.lowWaterMark)
438
if (self.
Count
> 0 && self.purgingTimer != null)