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