3 writes to _recursionDepth
Microsoft.CodeAnalysis.Features (3)
EmbeddedLanguages\RegularExpressions\RegexParser.CaptureInfoAnalyzer.cs (3)
45
_recursionDepth
= 0;
71
_recursionDepth
++;
77
_recursionDepth
--;
1 reference to _recursionDepth
Microsoft.CodeAnalysis.Features (1)
EmbeddedLanguages\RegularExpressions\RegexParser.CaptureInfoAnalyzer.cs (1)
72
StackGuard.EnsureSufficientExecutionStack(
_recursionDepth
);