4 writes to _stack
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\RegexParser.cs (4)
70
_stack
= null;
264
_stack
= null;
2040
_stack
= _concatenation;
2049
_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)
2037
_group!.Parent =
_stack
;
2046
_concatenation =
_stack
;