3 writes to _alternation
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\RegexParser.cs (3)
72_alternation = null; 2223_alternation = _concatenation!.Parent; 2244_alternation = new RegexNode(RegexNodeKind.Alternate, _options);
6 references to _alternation
System.Text.RegularExpressions (6)
System\Text\RegularExpressions\RegexParser.cs (6)
2214_alternation!.Parent = _group; 2215_concatenation!.Parent = _alternation; 2224_group = _alternation!.Parent; 2259_alternation!.AddChild(_concatenation!.ReverseConcatenationIfRightToLeft()); 2279_alternation!.AddChild(_concatenation!.ReverseConcatenationIfRightToLeft()); 2280_group.AddChild(_alternation);