1 write to textLen
System.Web.Extensions (1)
UI\WebControls\Dynamic.cs (1)
650
textLen
= text.Length;
6 references to textLen
System.Web.Extensions (6)
UI\WebControls\Dynamic.cs (6)
1810
ch = textPos <
textLen
? text[textPos] : '\0';
1814
if (textPos <
textLen
) textPos++;
1815
ch = textPos <
textLen
? text[textPos] : '\0';
1944
while (textPos <
textLen
&& ch != quote) NextChar();
1945
if (textPos ==
textLen
)
1984
if (textPos ==
textLen
) {