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