12 references to TrackPeek
System (12)
regex\system\text\regularexpressions\RegexInterpreter.cs (12)
518Textto(TrackPeek(1)); // Recall position 566pos = TrackPeek(1); 646StackPush(TrackPeek(), TrackPeek(1)); // Recall old mark, old count 679int textpos = TrackPeek(2); 681if (TrackPeek(1) < Operand(1) && textpos != mark) { // Under limit and not empty match -> loop 683StackPush(textpos, TrackPeek(1) + 1); // Make new mark, incr count 689StackPush(TrackPeek(), TrackPeek(1)); // Recall old mark, count 1001int pos = TrackPeek(1); 1016int pos = TrackPeek(1); 1059int pos = TrackPeek(1); 1077int pos = TrackPeek(1); 1095int pos = TrackPeek(1);