9 references to Lazybranchcount
System.Text.RegularExpressions (9)
System\Text\RegularExpressions\RegexInterpreter.cs (3)
629case RegexOpcode.Lazybranchcount: 653case RegexOpcode.Lazybranchcount | RegexOpcode.Backtracking: 679case RegexOpcode.Lazybranchcount | RegexOpcode.BacktrackingSecond:
System\Text\RegularExpressions\RegexInterpreterCode.cs (4)
42RegexOpcode.Lazybranchcount or 100case RegexOpcode.Lazybranchcount: 203case RegexOpcode.Lazybranchcount: 226case RegexOpcode.Lazybranchcount:
System\Text\RegularExpressions\RegexOpcode.cs (2)
153/// in this case) is used in later comparisons within a <see cref="Branchcount"/> or <see cref="Lazybranchcount"/> opcode. 161/// (via <see cref="Branchcount"/> or <see cref="Lazybranchcount"/>) to decide whether the loop should continue.