3 writes to _stack
System (3)
regex\system\text\regularexpressions\RegexParser.cs (3)
224
_stack
= null;
1913
_stack
= _concatenation;
1923
_stack
= _group._next;
3 references to _stack
System (3)
regex\system\text\regularexpressions\RegexParser.cs (3)
1910
_group._next =
_stack
;
1920
_concatenation =
_stack
;
1939
return
_stack
== null;