4 references to CharAt
System (4)
regex\system\text\regularexpressions\RegexInterpreter.cs (4)
349
(runtextpos == runtextend - 1 &&
CharAt
(runtextpos) != '\n'))) ||
748
if (Leftchars() > 0 &&
CharAt
(Textpos() - 1) != '\n')
754
if (Rightchars() > 0 &&
CharAt
(Textpos()) != '\n')
796
if (Rightchars() > 1 || Rightchars() == 1 &&
CharAt
(Textpos()) != '\n')