2 instantiations of BoundDisposableValuePlaceholder
Microsoft.CodeAnalysis.CSharp (2)
Binder\ForEachLoopBinder.cs (1)
1024var receiver = new BoundDisposableValuePlaceholder(_syntax, enumeratorType);
Generated\BoundNodes.xml.Generated.cs (1)
647var result = new BoundDisposableValuePlaceholder(this.Syntax, type, this.HasErrors);
12 references to BoundDisposableValuePlaceholder
Microsoft.CodeAnalysis.CSharp (12)
Binder\ForEachLoopBinder.cs (1)
1024var receiver = new BoundDisposableValuePlaceholder(_syntax, enumeratorType);
Generated\BoundNodes.xml.Generated.cs (10)
643public BoundDisposableValuePlaceholder Update(TypeSymbol type) 647var result = new BoundDisposableValuePlaceholder(this.Syntax, type, this.HasErrors); 8533return VisitDisposableValuePlaceholder((BoundDisposableValuePlaceholder)node, arg); 8979public virtual R VisitDisposableValuePlaceholder(BoundDisposableValuePlaceholder node, A arg) => this.DefaultVisit(node, arg); 9207public virtual BoundNode? VisitDisposableValuePlaceholder(BoundDisposableValuePlaceholder node) => this.DefaultVisit(node); 9455public override BoundNode? VisitDisposableValuePlaceholder(BoundDisposableValuePlaceholder node) => null; 10466public override BoundNode? VisitDisposableValuePlaceholder(BoundDisposableValuePlaceholder node) 11888public override BoundNode? VisitDisposableValuePlaceholder(BoundDisposableValuePlaceholder node) 11895BoundDisposableValuePlaceholder updatedNode = node.Update(infoAndType.Type!); 14496public override TreeDumperNode VisitDisposableValuePlaceholder(BoundDisposableValuePlaceholder node, object? arg) => new TreeDumperNode("disposableValuePlaceholder", null, new TreeDumperNode[]
Lowering\LocalRewriter\LocalRewriter.cs (1)
1067public override BoundNode? VisitDisposableValuePlaceholder(BoundDisposableValuePlaceholder node)