System\Text\RegularExpressions\RegexInterpreter.cs (10)
560StackPush(runtextpos, Operand(0));
566StackPush(-1, Operand(0));
596StackPush(runtextpos, count + 1); // Make new mark, incr count
618StackPush(TrackPeek(), StackPeek(1) - 1); // Recall old mark, old count
626StackPush(TrackPeek(), TrackPeek(1)); // Recall old mark, old count
641StackPush(runtextpos, count + 1); // Make new mark, incr 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
692StackPush(Trackpos(), Crawlpos());