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
);