3 overrides of VisitInterpolatedStringHandlerPlaceholder
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\AbstractFlowPass.cs (1)
1229
public override BoundNode
VisitInterpolatedStringHandlerPlaceholder
(BoundInterpolatedStringHandlerPlaceholder node)
Generated\BoundNodes.xml.Generated.cs (2)
10666
public override BoundNode?
VisitInterpolatedStringHandlerPlaceholder
(BoundInterpolatedStringHandlerPlaceholder node) => null;
12027
public override BoundNode?
VisitInterpolatedStringHandlerPlaceholder
(BoundInterpolatedStringHandlerPlaceholder node)
1 reference to VisitInterpolatedStringHandlerPlaceholder
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
7858
public override BoundNode? Accept(BoundTreeVisitor visitor) => visitor.
VisitInterpolatedStringHandlerPlaceholder
(this);