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