9 references to Setjump
System.Text.RegularExpressions (9)
System\Text\RegularExpressions\RegexInterpreterCode.cs (2)
46RegexOpcode.Setjump or 75case RegexOpcode.Setjump:
System\Text\RegularExpressions\RegexOpcode.cs (2)
226/// Used in negative lookaround constructs, this opcode pops the saved backtracking and capture state (stored by a prior <see cref="Setjump"/>) 234/// It pops the saved state from the grouping stack (stored by <see cref="Setjump"/>), updates the tracking pointer (thereby
System\Text\RegularExpressions\RegexWriter.cs (5)
251Emit(RegexOpcode.Setjump); 282Emit(RegexOpcode.Setjump); 352Emit(RegexOpcode.Setjump); // causes lookahead/lookbehind to be non-backtracking 362Emit(RegexOpcode.Setjump); 374Emit(RegexOpcode.Setjump);