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