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)
1927
if (
_unit
== null)
1930
_group.AddChild(
_unit
);
1973
_concatenation.AddChild(
_unit
);
1981
_concatenation.AddChild(
_unit
.MakeQuantifier(lazy, min, max));
1989
return
_unit
;