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