1 write to trackedMessages
System.ServiceModel (1)
System\ServiceModel\Channels\Msmq3PoisonHandler.cs (1)
21this.trackedMessages = new SortedList<long, int>(maxTrackedMessages);
6 references to trackedMessages
System.ServiceModel (6)
System\ServiceModel\Channels\Msmq3PoisonHandler.cs (6)
39this.trackedMessages.Remove(lookupId); 77if (this.trackedMessages.TryGetValue(lookupId, out value)) 80this.trackedMessages[lookupId] = value; 85if (maxTrackedMessages == this.trackedMessages.Count) 87this.trackedMessages.RemoveAt(0); 89this.trackedMessages.Add(lookupId, 1);