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