3 writes to _recursionDepth
Microsoft.CodeAnalysis.CSharp (3)
BoundTree\BoundTreeRewriter.cs (3)
73_recursionDepth = recursionDepth; 83return VisitExpressionOrPatternWithStackGuard(ref _recursionDepth, node); 91return VisitExpressionOrPatternWithStackGuard(ref _recursionDepth, node);
1 reference to _recursionDepth
Microsoft.CodeAnalysis.CSharp (1)
BoundTree\BoundTreeRewriter.cs (1)
76protected int RecursionDepth => _recursionDepth;