8 overrides of VisitExpressionOrPatternWithoutStackGuard
Microsoft.CodeAnalysis.CSharp (8)
Binder\Semantics\OverloadResolution\OverloadResolution.cs (1)
3371protected override BoundNode VisitExpressionOrPatternWithoutStackGuard(BoundNode node)
BoundTree\BoundTreeRewriter.cs (1)
94protected sealed override BoundNode VisitExpressionOrPatternWithoutStackGuard(BoundNode node)
BoundTree\BoundTreeWalker.cs (1)
86protected sealed override BoundNode VisitExpressionOrPatternWithoutStackGuard(BoundNode node)
BoundTree\NullabilityRewriter.cs (1)
15protected override BoundNode? VisitExpressionOrPatternWithoutStackGuard(BoundNode node)
BoundTree\UnboundLambda.cs (1)
363protected override BoundNode VisitExpressionOrPatternWithoutStackGuard(BoundNode node)
CodeGen\Optimizer.cs (1)
535protected override BoundNode VisitExpressionOrPatternWithoutStackGuard(BoundNode node)
FlowAnalysis\AbstractFlowPass.cs (1)
373protected override BoundNode VisitExpressionOrPatternWithoutStackGuard(BoundNode node)
FlowAnalysis\NullableWalker.DebugVerifier.cs (1)
80protected override BoundNode? VisitExpressionOrPatternWithoutStackGuard(BoundNode node)
3 references to VisitExpressionOrPatternWithoutStackGuard
Microsoft.CodeAnalysis.CSharp (3)
BoundTree\BoundTreeVisitors.cs (3)
197/// Consumers must provide implementation for <see cref="VisitExpressionOrPatternWithoutStackGuard"/>. 213result = VisitExpressionOrPatternWithoutStackGuard(node); 243return VisitExpressionOrPatternWithoutStackGuard(node);