4 writes to _stack
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\RegexParser.cs (4)
70
_stack
= null;
264
_stack
= null;
2216
_stack
= _concatenation;
2225
_stack
= _group!.Parent;
4 references to _stack
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\RegexParser.cs (4)
369
if (
_stack
== null)
531
if (
_stack
!= null)
2213
_group!.Parent =
_stack
;
2222
_concatenation =
_stack
;