1 write to table
System.ServiceModel (1)
System\ServiceModel\Channels\CommunicationObjectManager.cs (1)
20this.table = new Hashtable();
6 references to table
System.ServiceModel (6)
System\ServiceModel\Channels\CommunicationObjectManager.cs (6)
31if (this.table.ContainsKey(item)) 34this.table.Add(item, item); 75if (!this.table.ContainsKey(item)) 77this.table.Remove(item); 89ItemType[] items = new ItemType[this.table.Keys.Count]; 90foreach (ItemType item in this.table.Keys)