1 instantiation of FilterTableEntryElement
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\Configuration\RoutingSection.cs (1)
173return new FilterTableEntryElement();
6 references to FilterTableEntryElement
System.ServiceModel.Routing (6)
System\ServiceModel\Routing\Configuration\RoutingSection.cs (6)
73foreach (FilterTableEntryElement entry in routingTableElement) 154[ConfigurationCollection(typeof(FilterTableEntryElement))] 178FilterTableEntryElement entry = (FilterTableEntryElement)element; 182public void Add(FilterTableEntryElement element) 199public void Remove(FilterTableEntryElement element)