4 references to ReverseConcatenationIfRightToLeft
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\RegexParser.cs (4)
2079
_group.AddChild(_concatenation!.
ReverseConcatenationIfRightToLeft
());
2083
_alternation!.AddChild(_concatenation!.
ReverseConcatenationIfRightToLeft
());
2094
_group.AddChild(_concatenation!.
ReverseConcatenationIfRightToLeft
());
2103
_alternation!.AddChild(_concatenation!.
ReverseConcatenationIfRightToLeft
());