2 writes to _text
System.Private.Xml (2)
System\Xml\Serialization\Mappings.cs (2)
704_text = mapping._text; 784set { _text = value; }
4 references to _text
System.Private.Xml (4)
System\Xml\Serialization\Mappings.cs (4)
704_text = mapping._text; 717get { return _text != null && (_elements == null || _elements.Length == 0); } 783get { return _text; } 812return _text;