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)
214return _text; 241output.Write(_text); 249return _text;