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