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