4 references to Setlazy
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\RegexInterpreter.cs (2)
1064case RegexOpcode.Setlazy: 1115case RegexOpcode.Setlazy | RegexOpcode.Backtracking:
System\Text\RegularExpressions\RegexInterpreterCode.cs (1)
35RegexOpcode.Setlazy or
System\Text\RegularExpressions\RegexNodeKind.cs (1)
55Setlazy = RegexOpcode.Setlazy,