3 writes to _xmlns
System.Private.Xml (3)
System\Xml\Serialization\XmlAttributes.cs (3)
166_xmlns = true; 182_xmlns = false; 316set { _xmlns = value; }
2 references to _xmlns
System.Private.Xml (2)
System\Xml\Serialization\XmlAttributes.cs (2)
69if (_xmlns) flags |= XmlAttributeFlags.XmlnsDeclarations; 315get { return _xmlns; }