4 writes to _stack
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\RegexParser.cs (4)
70
_stack
= null;
264
_stack
= null;
2022
_stack
= _concatenation;
2031
_stack
= _group!.Parent;
4 references to _stack
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\RegexParser.cs (4)
369
if (
_stack
== null)
508
if (
_stack
!= null)
2019
_group!.Parent =
_stack
;
2028
_concatenation =
_stack
;