4 references to ReverseConcatenationIfRightToLeft
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\RegexParser.cs (4)
2061
_group.AddChild(_concatenation!.
ReverseConcatenationIfRightToLeft
());
2065
_alternation!.AddChild(_concatenation!.
ReverseConcatenationIfRightToLeft
());
2076
_group.AddChild(_concatenation!.
ReverseConcatenationIfRightToLeft
());
2085
_alternation!.AddChild(_concatenation!.
ReverseConcatenationIfRightToLeft
());