8 references to StackPeek
System (8)
regex\system\text\regularexpressions\RegexInterpreter.cs (8)
609int count = StackPeek(1); 632if (StackPeek(1) > 0) { // Positive -> can go straight 634TrackPush2(TrackPeek(), StackPeek(1) - 1); // Save old mark, old count 638StackPush(TrackPeek(), StackPeek(1) - 1); // recall old mark, old count 657int count = StackPeek(1); 702StackPush(TrackPeek(), StackPeek(1) - 1); // Recall old mark, count 722while (Crawlpos() != StackPeek(1)) 733TrackPush(StackPeek(1));