2 writes to timerTable
System.ServiceModel (2)
System\ServiceModel\Channels\PeerConnector.cs (2)
54
this.
timerTable
= new Dictionary<IPeerNeighbor, IOThreadTimer>();
194
this.
timerTable
= null;
4 references to timerTable
System.ServiceModel (4)
System\ServiceModel\Channels\PeerConnector.cs (4)
127
this.
timerTable
.Add(neighbor, timer);
193
table = this.
timerTable
;
540
this.
timerTable
.TryGetValue(neighbor, out timer))
542
removed = this.
timerTable
.Remove(neighbor);