6 references to Branchmark
System.Text.RegularExpressions (6)
System\Text\RegularExpressions\RegexInterpreter.cs (3)
473case RegexOpcode.Branchmark: 490case RegexOpcode.Branchmark | RegexOpcode.Backtracking: 498case RegexOpcode.Branchmark | RegexOpcode.BacktrackingSecond:
System\Text\RegularExpressions\RegexInterpreterCode.cs (1)
37RegexOpcode.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)
336Emit(RegexOpcode.Branchmark + Lazy, _intStack.Pop());