4 references to ReverseConcatenationIfRightToLeft
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\RegexParser.cs (4)
2255
_group.AddChild(_concatenation!.
ReverseConcatenationIfRightToLeft
());
2259
_alternation!.AddChild(_concatenation!.
ReverseConcatenationIfRightToLeft
());
2270
_group.AddChild(_concatenation!.
ReverseConcatenationIfRightToLeft
());
2279
_alternation!.AddChild(_concatenation!.
ReverseConcatenationIfRightToLeft
());