10 references to Lazybranch
System.Text.RegularExpressions (10)
System\Text\RegularExpressions\RegexInterpreter.cs (2)
405case RegexOpcode.Lazybranch: 410case RegexOpcode.Lazybranch | RegexOpcode.Backtracking:
System\Text\RegularExpressions\RegexInterpreterCode.cs (3)
36RegexOpcode.Lazybranch or 91case RegexOpcode.Lazybranch: 199case RegexOpcode.Lazybranch:
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);