3 writes to _xmlText
System.Private.Xml (3)
System\Xml\Serialization\XmlAttributes.cs (3)
125
_xmlText
= (XmlTextAttribute)attrs[i];
160
_xmlText
= null;
215
set {
_xmlText
= value; }
2 references to _xmlText
System.Private.Xml (2)
System\Xml\Serialization\XmlAttributes.cs (2)
63
if (
_xmlText
!= null) flags |= XmlAttributeFlags.Text;
214
get { return
_xmlText
; }