1 instantiation of NamespaceElement
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\Configuration\RoutingSection.cs (1)
418
return new
NamespaceElement
();
9 references to NamespaceElement
System.ServiceModel.Routing (9)
System\ServiceModel\Routing\Configuration\RoutingSection.cs (9)
66
foreach (
NamespaceElement
nsElement in routingSection.NamespaceTable)
413
[ConfigurationCollection(typeof(
NamespaceElement
))]
423
return ((
NamespaceElement
)element).Prefix;
426
public void Add(
NamespaceElement
element)
443
public void Remove(
NamespaceElement
element)
455
public
NamespaceElement
this[int index]
459
return (
NamespaceElement
)BaseGet(index);
471
new public
NamespaceElement
this[string name]
475
return (
NamespaceElement
)BaseGet(name);