regex\system\text\regularexpressions\RegexInterpreter.cs (13)
504TrackPush(StackPeek(), Textpos()); // Save old mark, textpos
539TrackPush(oldMarkPos, Textpos()); // Save old mark, textpos
541TrackPush(Textpos(), Textpos());
933TrackPush(c - i - 1, Textpos() - Bump());
957TrackPush(c - i - 1, Textpos() - Bump());
990TrackPush(c - i - 1, Textpos() - Bump());
1006TrackPush(i - 1, pos - Bump());
1021TrackPush(i - 1, pos - Bump());
1036TrackPush(c - 1, Textpos());
1050TrackPush(c - 1, Textpos());
1068TrackPush(i - 1, pos + Bump());
1086TrackPush(i - 1, pos + Bump());
1104TrackPush(i - 1, pos + Bump());