2 instantiations of BoundDisposableValuePlaceholder
Microsoft.CodeAnalysis.CSharp (2)
Binder\ForEachLoopBinder.cs (1)
1196var receiver = new BoundDisposableValuePlaceholder(syntax, enumeratorType);
Generated\BoundNodes.xml.Generated.cs (1)
659var result = new BoundDisposableValuePlaceholder(this.Syntax, type, this.HasErrors);
12 references to BoundDisposableValuePlaceholder
Microsoft.CodeAnalysis.CSharp (12)
Binder\ForEachLoopBinder.cs (1)
1196var receiver = new BoundDisposableValuePlaceholder(syntax, enumeratorType);
Generated\BoundNodes.xml.Generated.cs (10)
655public BoundDisposableValuePlaceholder Update(TypeSymbol type) 659var result = new BoundDisposableValuePlaceholder(this.Syntax, type, this.HasErrors); 8851return VisitDisposableValuePlaceholder((BoundDisposableValuePlaceholder)node, arg); 9313public virtual R VisitDisposableValuePlaceholder(BoundDisposableValuePlaceholder node, A arg) => this.DefaultVisit(node, arg); 9549public virtual BoundNode? VisitDisposableValuePlaceholder(BoundDisposableValuePlaceholder node) => this.DefaultVisit(node); 9805public override BoundNode? VisitDisposableValuePlaceholder(BoundDisposableValuePlaceholder node) => null; 10845public override BoundNode? VisitDisposableValuePlaceholder(BoundDisposableValuePlaceholder node) 12322public override BoundNode? VisitDisposableValuePlaceholder(BoundDisposableValuePlaceholder node) 12329BoundDisposableValuePlaceholder updatedNode = node.Update(infoAndType.Type!); 15033public override TreeDumperNode VisitDisposableValuePlaceholder(BoundDisposableValuePlaceholder node, object? arg) => new TreeDumperNode("disposableValuePlaceholder", null, new TreeDumperNode[]
Lowering\LocalRewriter\LocalRewriter.cs (1)
1202public override BoundNode? VisitDisposableValuePlaceholder(BoundDisposableValuePlaceholder node)