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