3 writes to xmlText
System.Xml (3)
System\Xml\Serialization\XmlAttributes.cs (3)
129this.xmlText = (XmlTextAttribute)attrs[i]; 157this.xmlText = null; 209set { xmlText = value; }
2 references to xmlText
System.Xml (2)
System\Xml\Serialization\XmlAttributes.cs (2)
66if (xmlText != null) flags |= XmlAttributeFlags.Text; 208get { return xmlText; }