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