System\Text\RegularExpressions\RegexInterpreter.cs (10)
570StackPush(runtextpos, Operand(0));
576StackPush(-1, Operand(0));
606StackPush(runtextpos, count + 1); // Make new mark, incr count
628StackPush(TrackPeek(), StackPeek(1) - 1); // Recall old mark, old count
636StackPush(TrackPeek(), TrackPeek(1)); // Recall old mark, old count
651StackPush(runtextpos, count + 1); // Make new mark, incr count
676StackPush(textpos, TrackPeek(1) + 1); // Make new mark, incr count
684StackPush(TrackPeek(), TrackPeek(1)); // Recall old mark, count
697StackPush(TrackPeek(), StackPeek(1) - 1); // Recall old mark, count
702StackPush(Trackpos(), Crawlpos());