2 instantiations of BoundDisposableValuePlaceholder
Microsoft.CodeAnalysis.CSharp (2)
Binder\ForEachLoopBinder.cs (1)
1203
var receiver = new
BoundDisposableValuePlaceholder
(syntax, enumeratorType);
Generated\BoundNodes.xml.Generated.cs (1)
639
var result = new
BoundDisposableValuePlaceholder
(this.Syntax, type, this.HasErrors);
12 references to BoundDisposableValuePlaceholder
Microsoft.CodeAnalysis.CSharp (12)
Binder\ForEachLoopBinder.cs (1)
1203
var
receiver = new BoundDisposableValuePlaceholder(syntax, enumeratorType);
Generated\BoundNodes.xml.Generated.cs (10)
635
public
BoundDisposableValuePlaceholder
Update(TypeSymbol type)
639
var
result = new BoundDisposableValuePlaceholder(this.Syntax, type, this.HasErrors);
8918
return VisitDisposableValuePlaceholder((
BoundDisposableValuePlaceholder
)node, arg);
9380
public virtual R VisitDisposableValuePlaceholder(
BoundDisposableValuePlaceholder
node, A arg) => this.DefaultVisit(node, arg);
9616
public virtual BoundNode? VisitDisposableValuePlaceholder(
BoundDisposableValuePlaceholder
node) => this.DefaultVisit(node);
9872
public override BoundNode? VisitDisposableValuePlaceholder(
BoundDisposableValuePlaceholder
node) => null;
10920
public override BoundNode? VisitDisposableValuePlaceholder(
BoundDisposableValuePlaceholder
node)
12541
public override BoundNode? VisitDisposableValuePlaceholder(
BoundDisposableValuePlaceholder
node)
12548
BoundDisposableValuePlaceholder
updatedNode = node.Update(infoAndType.Type!);
15232
public override TreeDumperNode VisitDisposableValuePlaceholder(
BoundDisposableValuePlaceholder
node, object? arg) => new TreeDumperNode("disposableValuePlaceholder", null, new TreeDumperNode[]
Lowering\LocalRewriter\LocalRewriter.cs (1)
1232
public override BoundNode? VisitDisposableValuePlaceholder(
BoundDisposableValuePlaceholder
node)