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