1 write to collectionsByType
System.ServiceModel (1)
System\ServiceModel\Dispatcher\MessageQueryTable.cs (1)
23
this.
collectionsByType
= new Dictionary<Type, MessageQueryCollection>();
6 references to collectionsByType
System.ServiceModel (6)
System\ServiceModel\Dispatcher\MessageQueryTable.cs (6)
69
if (!this.
collectionsByType
.TryGetValue(queryType, out collection))
78
this.
collectionsByType
.Add(queryType, collection);
92
this.
collectionsByType
.Clear();
149
collection = this.
collectionsByType
[queryType];
154
this.
collectionsByType
.Remove(queryType);
340
this.outerEnumerator = enumerable.table.
collectionsByType
.Values.GetEnumerator();