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