System\Text\RegularExpressions\RegexParser.cs (13)
429_concatenation!.AddChild(_unit!);
470_concatenation!.AddChild(_unit!);
497_concatenation!.AddChild(_unit!.MakeQuantifier(lazy, min, max));
538_concatenation.AddChild(ScanDollar());
2000_concatenation!.AddChild(RegexNode.CreateOneWithCaseConversion(_pattern[pos], isReplacement ? _options & ~RegexOptions.IgnoreCase : _options, _culture, ref _caseBehavior));
2004_concatenation!.AddChild(new RegexNode(RegexNodeKind.Multi, _options & ~RegexOptions.IgnoreCase, _pattern.Substring(pos, cch)));
2010_concatenation!.AddChild(RegexNode.CreateOneWithCaseConversion(c, _options, _culture, ref _caseBehavior));
2041_group.AddChild(_unit);
2061_group.AddChild(_concatenation!.ReverseConcatenationIfRightToLeft());
2065_alternation!.AddChild(_concatenation!.ReverseConcatenationIfRightToLeft());
2076_group.AddChild(_concatenation!.ReverseConcatenationIfRightToLeft());
2085_alternation!.AddChild(_concatenation!.ReverseConcatenationIfRightToLeft());
2086_group.AddChild(_alternation);