2 overrides of VisitDisposableValuePlaceholder
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (2)
9805
public override BoundNode?
VisitDisposableValuePlaceholder
(BoundDisposableValuePlaceholder node) => null;
10845
public override BoundNode?
VisitDisposableValuePlaceholder
(BoundDisposableValuePlaceholder node)
1 reference to VisitDisposableValuePlaceholder
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
653
public override BoundNode? Accept(BoundTreeVisitor visitor) => visitor.
VisitDisposableValuePlaceholder
(this);