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