17 references to Crawlpos
Microsoft.CodeAnalysis (14)
RegexGenerator.g.cs (14)
198Utilities.StackPush(ref base.runstack!, ref stackpos, base.Crawlpos(), pos); 209int alternation_starting_capturepos = base.Crawlpos(); 385charloop_capture_pos = base.Crawlpos(); 393Utilities.StackPush(ref base.runstack!, ref stackpos, base.Crawlpos(), pos); 442Utilities.StackPush(ref base.runstack!, ref stackpos, charloop_starting_pos1, charloop_ending_pos1, base.Crawlpos()); 507while (base.Crawlpos() > capturePosition) 644charloop_capture_pos = base.Crawlpos(); 689charloop_capture_pos1 = base.Crawlpos(); 754charloop_capture_pos2 = base.Crawlpos(); 784lazyloop_capturepos = base.Crawlpos(); 829charloop_capture_pos3 = base.Crawlpos(); 837Utilities.StackPush(ref base.runstack!, ref stackpos, base.Crawlpos(), pos); 886Utilities.StackPush(ref base.runstack!, ref stackpos, charloop_starting_pos4, charloop_ending_pos4, base.Crawlpos()); 951while (base.Crawlpos() > capturePosition)
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\RegexInterpreter.cs (3)
692StackPush(Trackpos(), Crawlpos()); 703while (Crawlpos() != StackPeek(1)) 723while (Crawlpos() != TrackPeek())