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