5 writes to _concatenation
System.Text.RegularExpressions (5)
System\Text\RegularExpressions\RegexParser.cs (5)
73
_concatenation
= null;
521
_concatenation
= new RegexNode(RegexNodeKind.Concatenate, _options);
2046
_concatenation
= _stack;
2069
_concatenation
= new RegexNode(RegexNodeKind.Concatenate, _options);
2086
_concatenation
= new RegexNode(RegexNodeKind.Concatenate, _options);
15 references to _concatenation
System.Text.RegularExpressions (15)
System\Text\RegularExpressions\RegexParser.cs (15)
429
_concatenation
!.AddChild(_unit!);
470
_concatenation
!.AddChild(_unit!);
497
_concatenation
!.AddChild(_unit!.MakeQuantifier(lazy, min, max));
538
_concatenation
.AddChild(ScanDollar());
543
return
_concatenation
;
2018
_concatenation
!.AddChild(RegexNode.CreateOneWithCaseConversion(_pattern[pos], isReplacement ? _options & ~RegexOptions.IgnoreCase : _options, _culture, ref _caseBehavior));
2022
_concatenation
!.AddChild(new RegexNode(RegexNodeKind.Multi, _options & ~RegexOptions.IgnoreCase, _pattern.Substring(pos, cch)));
2028
_concatenation
!.AddChild(RegexNode.CreateOneWithCaseConversion(c, _options, _culture, ref _caseBehavior));
2039
_concatenation
!.Parent = _alternation;
2040
_stack =
_concatenation
;
2047
_alternation =
_concatenation
!.Parent;
2079
_group.AddChild(
_concatenation
!.ReverseConcatenationIfRightToLeft());
2083
_alternation!.AddChild(
_concatenation
!.ReverseConcatenationIfRightToLeft());
2094
_group.AddChild(
_concatenation
!.ReverseConcatenationIfRightToLeft());
2103
_alternation!.AddChild(
_concatenation
!.ReverseConcatenationIfRightToLeft());