4 references to MakeQuantifier
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\RegexNode.cs (2)
1049node = node.Child(0).MakeQuantifier(lazy: false, min: 0, max: 1); 1053node = node.Child(1).MakeQuantifier(lazy: true, min: 0, max: 1);
System\Text\RegularExpressions\RegexParser.cs (2)
520_concatenation!.AddChild(_unit!.MakeQuantifier(lazy, min, max)); 1775anyNewLineOptEnd.AddChild(new RegexNode(RegexNodeKind.Set, lookaheadOptsNoCase, RegexCharClass.AnyNewLineClass).MakeQuantifier(false, 0, 1));