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)
354else if (_purgingMode == PurgingMode.AccessBasedPurge && DateTime.UtcNow > _nextPurgeTimeUtc && this.Count > _lowWaterMark)