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