1 write to pruneInterval
System.ServiceModel (1)
System\ServiceModel\Channels\UtilityExtension.cs (1)
45pruneInterval = TimeSpan.FromMilliseconds(PruneIntervalMilliseconds + new Random(Process.GetCurrentProcess().Id).Next(PruneIntervalMilliseconds));
2 references to pruneInterval
System.ServiceModel (2)
System\ServiceModel\Channels\UtilityExtension.cs (2)
423pruneTimer.Set(pruneInterval); 461pruneTimer.Set(pruneInterval);