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