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