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