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)
61return _text; 78output.Write(_text);