System\Text\RegularExpressions\RegexInterpreter.cs (6)
566StackPush(-1, Operand(0));
618StackPush(TrackPeek(), StackPeek(1) - 1); // Recall old mark, old count
626StackPush(TrackPeek(), TrackPeek(1)); // Recall old mark, old count
666StackPush(textpos, TrackPeek(1) + 1); // Make new mark, incr count
674StackPush(TrackPeek(), TrackPeek(1)); // Recall old mark, count
687StackPush(TrackPeek(), StackPeek(1) - 1); // Recall old mark, count