6 references to VisitExpressionOrPatternWithStackGuard
Microsoft.CodeAnalysis.CSharp (6)
BoundTree\BoundTreeRewriter.cs (2)
83
return
VisitExpressionOrPatternWithStackGuard
(ref _recursionDepth, node);
91
return
VisitExpressionOrPatternWithStackGuard
(ref _recursionDepth, node);
BoundTree\BoundTreeWalker.cs (2)
75
return
VisitExpressionOrPatternWithStackGuard
(ref _recursionDepth, node);
83
return
VisitExpressionOrPatternWithStackGuard
(ref _recursionDepth, node);
FlowAnalysis\AbstractFlowPass.cs (1)
366
return
VisitExpressionOrPatternWithStackGuard
(ref _recursionDepth, node);
FlowAnalysis\NullableWalker.DebugVerifier.cs (1)
100
return
VisitExpressionOrPatternWithStackGuard
(ref _recursionDepth, node);