2 writes to _text
System.Web (2)
UI\LiteralControl.cs (2)
52
_text
= (text != null) ? text : String.Empty;
64
_text
= (value != null) ? value : String.Empty;
2 references to _text
System.Web (2)
UI\LiteralControl.cs (2)
61
return
_text
;
78
output.Write(
_text
);