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