2 instantiations of BoundDisposableValuePlaceholder
Microsoft.CodeAnalysis.CSharp (2)
Binder\ForEachLoopBinder.cs (1)
1208var receiver = new BoundDisposableValuePlaceholder(syntax, enumeratorType);
Generated\BoundNodes.xml.Generated.cs (1)
644var result = new BoundDisposableValuePlaceholder(this.Syntax, type, this.HasErrors);
11 references to BoundDisposableValuePlaceholder
Microsoft.CodeAnalysis.CSharp (11)
Binder\ForEachLoopBinder.cs (1)
1208var receiver = new BoundDisposableValuePlaceholder(syntax, enumeratorType);
Generated\BoundNodes.xml.Generated.cs (10)
640public BoundDisposableValuePlaceholder Update(TypeSymbol type) 644var result = new BoundDisposableValuePlaceholder(this.Syntax, type, this.HasErrors); 9116return VisitDisposableValuePlaceholder((BoundDisposableValuePlaceholder)node, arg); 9588public virtual R VisitDisposableValuePlaceholder(BoundDisposableValuePlaceholder node, A arg) => this.DefaultVisit(node, arg); 9829public virtual BoundNode? VisitDisposableValuePlaceholder(BoundDisposableValuePlaceholder node) => this.DefaultVisit(node); 10090public override BoundNode? VisitDisposableValuePlaceholder(BoundDisposableValuePlaceholder node) => null; 11163public override BoundNode? VisitDisposableValuePlaceholder(BoundDisposableValuePlaceholder node) 12815public override BoundNode? VisitDisposableValuePlaceholder(BoundDisposableValuePlaceholder node) 12822BoundDisposableValuePlaceholder updatedNode = node.Update(infoAndType.Type!); 15546public override TreeDumperNode VisitDisposableValuePlaceholder(BoundDisposableValuePlaceholder node, object? arg) => new TreeDumperNode("disposableValuePlaceholder", null, new TreeDumperNode[]