2 writes to _text
System.Web (2)
UI\DataBoundLiteralControl.cs (2)
217
_text
= (value != null) ? value : String.Empty;
233
_text
= (string) savedState;
3 references to _text
System.Web (3)
UI\DataBoundLiteralControl.cs (3)
214
return
_text
;
241
output.Write(
_text
);
249
return
_text
;