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