3 writes to _recursionDepth
Microsoft.CodeAnalysis.CSharp (3)
BoundTree\BoundTreeWalker.cs (3)
66_recursionDepth = recursionDepth; 75return VisitExpressionOrPatternWithStackGuard(ref _recursionDepth, node); 83return VisitExpressionOrPatternWithStackGuard(ref _recursionDepth, node);
1 reference to _recursionDepth
Microsoft.CodeAnalysis.CSharp (1)
BoundTree\BoundTreeWalker.cs (1)
69protected int RecursionDepth => _recursionDepth;