2 writes to _text
System.Private.Xml (2)
System\Xml\Serialization\Mappings.cs (2)
718
_text
= mapping._text;
798
set {
_text
= value; }
4 references to _text
System.Private.Xml (4)
System\Xml\Serialization\Mappings.cs (4)
718
_text = mapping.
_text
;
731
get { return
_text
!= null && (_elements == null || _elements.Length == 0); }
797
get { return
_text
; }
826
return
_text
;