1 write to _table
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CommunicationObjectManager.cs (1)
17
_table
= new HashSet<ItemType>();
6 references to _table
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CommunicationObjectManager.cs (6)
28
if (
_table
.Contains(item))
31
_table
.Add(item);
72
if (!
_table
.Contains(item))
74
_table
.Remove(item);
86
ItemType[] items = new ItemType[
_table
.Count];
87
foreach (ItemType item in
_table
)