4 references to ReverseConcatenationIfRightToLeft
System.Text.RegularExpressions.Generator (4)
parent\src\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
());