2 writes to purgingTimer
System.ServiceModel (2)
System\ServiceModel\Security\TimeBoundedCache.cs (2)
96
this.
purgingTimer
= null;
108
this.
purgingTimer
= new IOThreadTimer(PurgeCallback, this, false);
7 references to purgingTimer
System.ServiceModel (7)
System\ServiceModel\Security\TimeBoundedCache.cs (7)
93
if (this.Count == 0 && this.
purgingTimer
!= null)
95
this.
purgingTimer
.Cancel();
106
if (this.
purgingTimer
== null)
109
this.
purgingTimer
.Set(this.purgeInterval);
433
if (self.
purgingTimer
== null)
438
if (self.Count > 0 && self.
purgingTimer
!= null)
440
self.
purgingTimer
.Set(self.purgeInterval);