3 writes to xmlns
System.Xml (3)
System\Xml\Serialization\XmlAttributes.cs (3)
147
this.
xmlns
= true;
162
this.
xmlns
= false;
293
set {
xmlns
= value; }
2 references to xmlns
System.Xml (2)
System\Xml\Serialization\XmlAttributes.cs (2)
72
if (
xmlns
) flags |= XmlAttributeFlags.XmlnsDeclarations;
292
get { return
xmlns
; }