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