9 writes to _unit
System (9)
regex\system\text\regularexpressions\RegexParser.cs (9)
1931_unit = null; 1974_unit = null; 1982_unit = null; 1999_unit = new RegexNode(RegexNode.One, _options, ch); 2009_unit = new RegexNode(RegexNode.Notone, _options, ch); 2016_unit = new RegexNode(RegexNode.Set, _options, cc); 2023_unit = node; 2030_unit = new RegexNode(type, _options); 2048_unit = _group;
5 references to _unit
System (5)
regex\system\text\regularexpressions\RegexParser.cs (5)
1927if (_unit == null) 1930_group.AddChild(_unit); 1973_concatenation.AddChild(_unit); 1981_concatenation.AddChild(_unit.MakeQuantifier(lazy, min, max)); 1989return _unit;