21 references to Textpos
System (21)
regex\system\text\regularexpressions\RegexParser.cs (21)
173i = p.Textpos(); 242int startpos = Textpos(); 253int endpos = Textpos(); 385startpos = Textpos(); 387if (startpos < Textpos()) { 397if (startpos == Textpos() || CharsRight() == 0 || MoveRightGetChar() != '}') { 454startpos = Textpos(); 461AddConcatenate(startpos, Textpos() - startpos, true); 571int savePos = Textpos(); 798int parenPos = Textpos(); 1000backpos = Textpos(); 1051int pos = Textpos() - 1; 1104int backpos = Textpos(); 1127lastEndPos = Textpos(); 1140lastEndPos = Textpos(); 1209int startpos = Textpos(); 1218return _pattern.Substring(startpos, Textpos() - startpos); 1432int startpos = Textpos(); 1440String capname = _pattern.Substring(startpos, Textpos() - startpos); 1518int pos = Textpos(); 1838int startpos = Textpos();