4 references to ReverseConcatenationIfRightToLeft
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\RegexParser.cs (4)
2254
_group.AddChild(_concatenation!.
ReverseConcatenationIfRightToLeft
());
2258
_alternation!.AddChild(_concatenation!.
ReverseConcatenationIfRightToLeft
());
2269
_group.AddChild(_concatenation!.
ReverseConcatenationIfRightToLeft
());
2278
_alternation!.AddChild(_concatenation!.
ReverseConcatenationIfRightToLeft
());