1 write to filterTypeMappings
System.ServiceModel (1)
System\ServiceModel\Dispatcher\MessageFilterTable.cs (1)
238this.filterTypeMappings = new Dictionary<Type, Type>();
2 references to filterTypeMappings
System.ServiceModel (2)
System\ServiceModel\Dispatcher\MessageFilterTable.cs (2)
161if (this.filterTypeMappings.TryGetValue(filterType, out tableType)) 191this.filterTypeMappings.Add(filterType, table.GetType());