2 writes to _group
System (2)
regex\system\text\regularexpressions\RegexParser.cs (2)
1922_group = _alternation._next; 1946_group = openGroup;
17 references to _group
System (17)
regex\system\text\regularexpressions\RegexParser.cs (17)
1910_group._next = _stack; 1911_alternation._next = _group; 1923_stack = _group._next; 1926if (_group.Type() == RegexNode.Testgroup && _group.ChildCount() == 0) { 1930_group.AddChild(_unit); 1957if (_group.Type() == RegexNode.Testgroup || _group.Type() == RegexNode.Testref) { 1958_group.AddChild(_concatenation.ReverseLeft()); 2037if (_group.Type() == RegexNode.Testgroup || _group.Type() == RegexNode.Testref) { 2038_group.AddChild(_concatenation.ReverseLeft()); 2040if (_group.Type() == RegexNode.Testref && _group.ChildCount() > 2 || _group.ChildCount() > 3) 2045_group.AddChild(_alternation); 2048_unit = _group;