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