3 writes to _alternation
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\RegexParser.cs (3)
72_alternation = null; 2076_alternation = _concatenation!.Parent; 2097_alternation = new RegexNode(RegexNodeKind.Alternate, _options);
6 references to _alternation
System.Text.RegularExpressions (6)
System\Text\RegularExpressions\RegexParser.cs (6)
2067_alternation!.Parent = _group; 2068_concatenation!.Parent = _alternation; 2077_group = _alternation!.Parent; 2112_alternation!.AddChild(_concatenation!.ReverseConcatenationIfRightToLeft()); 2132_alternation!.AddChild(_concatenation!.ReverseConcatenationIfRightToLeft()); 2133_group.AddChild(_alternation);