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