1 write to flushTimer
System.ServiceModel (1)
System\ServiceModel\Channels\BufferedConnection.cs (1)
97this.flushTimer = new IOThreadTimer(new Action<object>(OnFlushTimer), null, true, flushSkew);
4 references to flushTimer
System.ServiceModel (4)
System\ServiceModel\Channels\BufferedConnection.cs (4)
42if (flushTimer != null) 44flushTimer.Cancel(); 94if (this.flushTimer == null) 99this.flushTimer.Set(Ticks.ToTimeSpan(this.flushTimeout));