2 writes to messagePruningTimer
System.ServiceModel (2)
System\ServiceModel\Channels\PeerFlooder.cs (2)
686messagePruningTimer = new IOThreadTimer(new Action<object>(OnTimeout), null, false); 746messagePruningTimer = null;
3 references to messagePruningTimer
System.ServiceModel (3)
System\ServiceModel\Channels\PeerFlooder.cs (3)
687messagePruningTimer.Set(PruningTimout); 745messagePruningTimer.Cancel(); 805messagePruningTimer.Set(PruningTimout);