5 writes to _concatenation
System.Text.RegularExpressions (5)
System\Text\RegularExpressions\RegexParser.cs (5)
73
_concatenation
= null;
544
_concatenation
= new RegexNode(RegexNodeKind.Concatenate, _options);
2222
_concatenation
= _stack;
2245
_concatenation
= new RegexNode(RegexNodeKind.Concatenate, _options);
2262
_concatenation
= new RegexNode(RegexNodeKind.Concatenate, _options);
15 references to _concatenation
System.Text.RegularExpressions (15)
System\Text\RegularExpressions\RegexParser.cs (15)
452
_concatenation
!.AddChild(_unit!);
493
_concatenation
!.AddChild(_unit!);
520
_concatenation
!.AddChild(_unit!.MakeQuantifier(lazy, min, max));
561
_concatenation
.AddChild(ScanDollar());
566
return
_concatenation
;
2194
_concatenation
!.AddChild(RegexNode.CreateOneWithCaseConversion(_pattern[pos], isReplacement ? _options & ~RegexOptions.IgnoreCase : _options, _culture, ref _caseBehavior));
2198
_concatenation
!.AddChild(new RegexNode(RegexNodeKind.Multi, _options & ~RegexOptions.IgnoreCase, _pattern.Substring(pos, cch)));
2204
_concatenation
!.AddChild(RegexNode.CreateOneWithCaseConversion(c, _options, _culture, ref _caseBehavior));
2215
_concatenation
!.Parent = _alternation;
2216
_stack =
_concatenation
;
2223
_alternation =
_concatenation
!.Parent;
2255
_group.AddChild(
_concatenation
!.ReverseConcatenationIfRightToLeft());
2259
_alternation!.AddChild(
_concatenation
!.ReverseConcatenationIfRightToLeft());
2270
_group.AddChild(
_concatenation
!.ReverseConcatenationIfRightToLeft());
2279
_alternation!.AddChild(
_concatenation
!.ReverseConcatenationIfRightToLeft());