3 overrides of VisitOutDeconstructVarPendingInference
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\AbstractFlowPass.cs (1)
2173
public sealed override BoundNode
VisitOutDeconstructVarPendingInference
(OutDeconstructVarPendingInference node)
Generated\BoundNodes.xml.Generated.cs (2)
10770
public override BoundNode?
VisitOutDeconstructVarPendingInference
(OutDeconstructVarPendingInference node) => null;
12182
public override BoundNode?
VisitOutDeconstructVarPendingInference
(OutDeconstructVarPendingInference node)
1 reference to VisitOutDeconstructVarPendingInference
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
8678
public override BoundNode? Accept(BoundTreeVisitor visitor) => visitor.
VisitOutDeconstructVarPendingInference
(this);