8 references to NamespaceList
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\schema\NamespaceList.cs (5)
227nslist = new NamespaceList("##other", string.Empty); //clause 4, negations of different values, result is not(absent) 255nslist = new NamespaceList("##other", string.Empty); 284nslist = new NamespaceList("##other", string.Empty); 303nslist = new NamespaceList("##other", string.Empty); 400public NamespaceListV1Compat(string namespaces, string targetNamespace) : base(namespaces, targetNamespace) { }
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAny.cs (1)
108_namespaceList = new NamespaceList(_ns, targetNamespace);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAnyAttribute.cs (1)
64_namespaceList = new NamespaceList(_ns, targetNamespace);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (1)
1316NamespaceList list = new NamespaceList(any.Namespace, targetNamespace);