13 references to Notonelazy
System (13)
regex\system\text\regularexpressions\RegexCode.cs (2)
145case Notonelazy: 221case Notonelazy:
regex\system\text\regularexpressions\RegexCompiler.cs (8)
2921case RegexCode.Notonelazy: 2924case RegexCode.Notonelazy | RegexCode.Rtl: 2927case RegexCode.Notonelazy | RegexCode.Ci: 2930case RegexCode.Notonelazy | RegexCode.Ci | RegexCode.Rtl: 2978case RegexCode.Notonelazy | RegexCode.Back: 2981case RegexCode.Notonelazy | RegexCode.Rtl | RegexCode.Back: 2984case RegexCode.Notonelazy | RegexCode.Ci | RegexCode.Back: 2987case RegexCode.Notonelazy | RegexCode.Ci | RegexCode.Rtl | RegexCode.Back:
regex\system\text\regularexpressions\RegexInterpreter.cs (2)
1028case RegexCode.Notonelazy: 1074case RegexCode.Notonelazy | RegexCode.Back:
regex\system\text\regularexpressions\RegexNode.cs (1)
68internal const int Notonelazy = RegexCode.Notonelazy; // c,n .*?