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