8 references to Branchcount
System.Text.RegularExpressions (8)
System\Text\RegularExpressions\RegexInterpreterCode.cs (4)
41RegexOpcode.Branchcount or 99case RegexOpcode.Branchcount: 202case RegexOpcode.Branchcount: 225case RegexOpcode.Branchcount:
System\Text\RegularExpressions\RegexOpcode.cs (3)
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. 178/// This opcode is the lazy counterpart to <see cref="Branchcount"/>. It is used in quantified loops that use a counter and prefer
System\Text\RegularExpressions\RegexWriter.cs (1)
334Emit(RegexOpcode.Branchcount + Lazy, _intStack.Pop(), node.N == int.MaxValue ? int.MaxValue : node.N - node.M);