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