8 references to NamespaceList
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\schema\NamespaceList.cs (5)
227
nslist = new
NamespaceList
("##other", string.Empty); //clause 4, negations of different values, result is not(absent)
255
nslist = new
NamespaceList
("##other", string.Empty);
284
nslist = new
NamespaceList
("##other", string.Empty);
303
nslist = new
NamespaceList
("##other", string.Empty);
400
public 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)
1316
NamespaceList list = new
NamespaceList
(any.Namespace, targetNamespace);