4 references to CharAt
System (4)
regex\system\text\regularexpressions\RegexParser.cs (4)
274AddUnitOne(CharAt(endpos - 1)); 1839char ch = CharAt(startpos); 1843while (--nChars > 0 && (ch = CharAt(++pos)) >= '0' && ch <= '9') ; 1850while (--nChars > 0 && (ch = CharAt(++pos)) >= '0' && ch <= '9') ;