3 writes to _recursionDepth
Microsoft.CodeAnalysis.CSharp (3)
BoundTree\BoundTreeRewriter.cs (3)
210_recursionDepth = recursionDepth; 220return VisitExpressionOrPatternWithStackGuard(ref _recursionDepth, node); 228return VisitExpressionOrPatternWithStackGuard(ref _recursionDepth, node);
1 reference to _recursionDepth
Microsoft.CodeAnalysis.CSharp (1)
BoundTree\BoundTreeRewriter.cs (1)
213protected int RecursionDepth => _recursionDepth;