1 write to ns
System.Xml (1)
System\Xml\Schema\XmlSchemaAnyAttribute.cs (1)
30set { ns = value; }
5 references to ns
System.Xml (5)
System\Xml\Schema\XmlSchemaAnyAttribute.cs (5)
29get { return ns; } 55if (ns != null) { 56namespaceList = new NamespaceList(ns, targetNamespace); 64if (ns != null) { 65namespaceList = new NamespaceListV1Compat(ns, targetNamespace);