10 references to StackPush
System (10)
regex\system\text\regularexpressions\RegexInterpreter.cs (10)
583StackPush(Textpos(), Operand(0)); 589StackPush(-1, Operand(0)); 618StackPush(Textpos(), count + 1); // Make new mark, incr count 638StackPush(TrackPeek(), StackPeek(1) - 1); // recall old mark, old count 646StackPush(TrackPeek(), TrackPeek(1)); // Recall old mark, old count 661StackPush(Textpos(), count + 1); // Make new mark, incr count 683StackPush(textpos, TrackPeek(1) + 1); // Make new mark, incr count 689StackPush(TrackPeek(), TrackPeek(1)); // Recall old mark, count 702StackPush(TrackPeek(), StackPeek(1) - 1); // Recall old mark, count 706StackPush(Trackpos(), Crawlpos());