11 references to TrackPeek
System.Text.RegularExpressions (11)
System\Text\RegularExpressions\RegexInterpreter.cs (11)
493runtextpos = TrackPeek(1); // Recall position 543int pos = TrackPeek(1); 626StackPush(TrackPeek(), TrackPeek(1)); // Recall old mark, old count 661int textpos = TrackPeek(2); 662if (TrackPeek(1) < Operand(1) && textpos != mark) 666StackPush(textpos, TrackPeek(1) + 1); // Make new mark, incr count 674StackPush(TrackPeek(), TrackPeek(1)); // Recall old mark, count 1042int pos = TrackPeek(1); 1068int pos = TrackPeek(1); 1088int pos = TrackPeek(1); 1108int pos = TrackPeek(1);