2 writes to _nextPurgeTimeUtc
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\TimeBoundedCache.cs (2)
36
_nextPurgeTimeUtc
= DateTime.UtcNow.Add(_purgeInterval);
405
_nextPurgeTimeUtc
= DateTime.UtcNow.Add(_purgeInterval);
1 reference to _nextPurgeTimeUtc
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\TimeBoundedCache.cs (1)
354
else if (_purgingMode == PurgingMode.AccessBasedPurge && DateTime.UtcNow >
_nextPurgeTimeUtc
&& this.Count > _lowWaterMark)