6 references to Onelazy
System (6)
regex\system\text\regularexpressions\RegexFCD.cs (2)
86case RegexNode.Onelazy: 444case RegexNode.Onelazy:
regex\system\text\regularexpressions\RegexNode.cs (2)
286childType >= Onelazy && childType <= Setlazy && type == Lazyloop)) 543MakeRep(lazy ? RegexNode.Onelazy : RegexNode.Oneloop, min, max);
regex\system\text\regularexpressions\RegexWriter.cs (2)
503case RegexNode.Onelazy: 505Emit(((node._type == RegexNode.Oneloop || node._type == RegexNode.Onelazy) ?