1 write to _ns
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaAny.cs (1)
20set { _ns = value; }
7 references to _ns
System.Private.Xml (7)
System\Xml\Schema\XmlSchemaAny.cs (7)
19get { return _ns; } 41if (string.IsNullOrEmpty(_ns)) 45return _ns; 89if (_ns != null) 91_namespaceList = new NamespaceList(_ns, targetNamespace!); 101if (_ns != null) 103_namespaceList = new NamespaceListV1Compat(_ns, targetNamespace);