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