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