1 write to _ns
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaAnyAttribute.cs (1)
20set { _ns = value; }
5 references to _ns
System.Private.Xml (5)
System\Xml\Schema\XmlSchemaAnyAttribute.cs (5)
19get { return _ns ?? NamespaceList?.ToString(); } 45if (_ns != null) 47_namespaceList = new NamespaceList(_ns, targetNamespace!); 57if (_ns != null) 59_namespaceList = new NamespaceListV1Compat(_ns, targetNamespace);