3 writes to _alternation
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\RegexParser.cs (3)
72_alternation = null; 2029_alternation = _concatenation!.Parent; 2050_alternation = new RegexNode(RegexNodeKind.Alternate, _options);
6 references to _alternation
System.Text.RegularExpressions (6)
System\Text\RegularExpressions\RegexParser.cs (6)
2020_alternation!.Parent = _group; 2021_concatenation!.Parent = _alternation; 2030_group = _alternation!.Parent; 2065_alternation!.AddChild(_concatenation!.ReverseConcatenationIfRightToLeft()); 2085_alternation!.AddChild(_concatenation!.ReverseConcatenationIfRightToLeft()); 2086_group.AddChild(_alternation);