4 writes to _stack
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\RegexParser.cs (4)
70
_stack
= null;
264
_stack
= null;
2069
_stack
= _concatenation;
2078
_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)
2066
_group!.Parent =
_stack
;
2075
_concatenation =
_stack
;