8 references to Lazybranch
System.Text.RegularExpressions (8)
System\Text\RegularExpressions\RegexInterpreter.cs (2)
405case RegexOpcode.Lazybranch: 410case RegexOpcode.Lazybranch | RegexOpcode.Backtracking:
System\Text\RegularExpressions\RegexInterpreterCode.cs (1)
36RegexOpcode.Lazybranch or
System\Text\RegularExpressions\RegexWriter.cs (5)
75Emit(RegexOpcode.Lazybranch, 0); 224Emit(RegexOpcode.Lazybranch, 0); 253Emit(RegexOpcode.Lazybranch, 0); 285Emit(RegexOpcode.Lazybranch, 0); 364Emit(RegexOpcode.Lazybranch, 0);