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