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