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