6 references to Branchmark
System.Text.RegularExpressions (6)
System\Text\RegularExpressions\RegexInterpreter.cs (3)
473
case RegexOpcode.
Branchmark
:
490
case RegexOpcode.
Branchmark
| RegexOpcode.Backtracking:
498
case RegexOpcode.
Branchmark
| RegexOpcode.BacktrackingSecond:
System\Text\RegularExpressions\RegexInterpreterCode.cs (1)
37
RegexOpcode.
Branchmark
or
System\Text\RegularExpressions\RegexOpcode.cs (1)
142
/// Similar in spirit to <see cref="
Branchmark
"/>, this opcode is used for lazy loops.
System\Text\RegularExpressions\RegexWriter.cs (1)
336
Emit(RegexOpcode.
Branchmark
+ Lazy, _intStack.Pop());