11 references to TrackPeek
System.Text.RegularExpressions (11)
System\Text\RegularExpressions\RegexInterpreter.cs (11)
493runtextpos = TrackPeek(1); // Recall position 541int pos = TrackPeek(1); 636StackPush(TrackPeek(), TrackPeek(1)); // Recall old mark, old count 671int textpos = TrackPeek(2); 672if (TrackPeek(1) < Operand(1) && textpos != mark) 676StackPush(textpos, TrackPeek(1) + 1); // Make new mark, incr count 684StackPush(TrackPeek(), TrackPeek(1)); // Recall old mark, count 1052int pos = TrackPeek(1); 1078int pos = TrackPeek(1); 1098int pos = TrackPeek(1); 1118int pos = TrackPeek(1);