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