2 writes to _alternation
System (2)
regex\system\text\regularexpressions\RegexParser.cs (2)
1921_alternation = _concatenation._next; 1947_alternation = new RegexNode(RegexNode.Alternate, _options);
6 references to _alternation
System (6)
regex\system\text\regularexpressions\RegexParser.cs (6)
1911_alternation._next = _group; 1912_concatenation._next = _alternation; 1922_group = _alternation._next; 1961_alternation.AddChild(_concatenation.ReverseLeft()); 2044_alternation.AddChild(_concatenation.ReverseLeft()); 2045_group.AddChild(_alternation);