3 writes to _text
System.Web (3)
UI\TemplateParser.cs (3)
125internal set { _text = value; } 517_text = content; 770_text = s;
3 references to _text
System.Web (3)
UI\TemplateParser.cs (3)
124get { return _text; } 703if (_text != null) { 704ParseString(_text, CurrentVirtualPath, Encoding.UTF8);