3 writes to _alternation
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\RegexParser.cs (3)
72_alternation = null; 2047_alternation = _concatenation!.Parent; 2068_alternation = new RegexNode(RegexNodeKind.Alternate, _options);
6 references to _alternation
System.Text.RegularExpressions (6)
System\Text\RegularExpressions\RegexParser.cs (6)
2038_alternation!.Parent = _group; 2039_concatenation!.Parent = _alternation; 2048_group = _alternation!.Parent; 2083_alternation!.AddChild(_concatenation!.ReverseConcatenationIfRightToLeft()); 2103_alternation!.AddChild(_concatenation!.ReverseConcatenationIfRightToLeft()); 2104_group.AddChild(_alternation);