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