1 write to purgingMode
System.ServiceModel (1)
System\ServiceModel\Security\TimeBoundedCache.cs (1)
36
this.
purgingMode
= purgingMode;
2 references to purgingMode
System.ServiceModel (2)
System\ServiceModel\Security\TimeBoundedCache.cs (2)
102
if (this.
purgingMode
!= PurgingMode.TimerBasedPurge)
358
else if (this.
purgingMode
== PurgingMode.AccessBasedPurge && DateTime.UtcNow > this.nextPurgeTimeUtc && this.Count > this.lowWaterMark)