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