4 writes to _concatenation
System (4)
regex\system\text\regularexpressions\RegexParser.cs (4)
447_concatenation = new RegexNode(RegexNode.Concatenate, _options); 1920_concatenation = _stack; 1948_concatenation = new RegexNode(RegexNode.Concatenate, _options); 1964_concatenation = new RegexNode(RegexNode.Concatenate, _options);
11 references to _concatenation
System (11)
regex\system\text\regularexpressions\RegexParser.cs (11)
470return _concatenation; 1903_concatenation.AddChild(node); 1912_concatenation._next = _alternation; 1913_stack = _concatenation; 1921_alternation = _concatenation._next; 1958_group.AddChild(_concatenation.ReverseLeft()); 1961_alternation.AddChild(_concatenation.ReverseLeft()); 1973_concatenation.AddChild(_unit); 1981_concatenation.AddChild(_unit.MakeQuantifier(lazy, min, max)); 2038_group.AddChild(_concatenation.ReverseLeft()); 2044_alternation.AddChild(_concatenation.ReverseLeft());