5 references to Branchmark
System.Text.RegularExpressions (5)
System\Text\RegularExpressions\RegexInterpreterCode.cs (3)
37
RegexOpcode.
Branchmark
or
92
case RegexOpcode.
Branchmark
:
200
case RegexOpcode.
Branchmark
:
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());