2 writes to text
System.Xml (2)
System\Xml\Serialization\Mappings.cs (2)
605
this.
text
= mapping.text;
673
set {
text
= value; }
4 references to text
System.Xml (4)
System\Xml\Serialization\Mappings.cs (4)
605
this.text = mapping.
text
;
616
get { return
text
!= null && (elements == null || elements.Length == 0); }
672
get { return
text
; }
696
return
text
;