1 reference to IsIdentifierStart
System.Web.Extensions (1)
UI\WebControls\Dynamic.cs (1)
1952if (IsIdentifierStart(ch) || ch == '@' || ch == '_') {