2 instantiations of BoundUnconvertedWithElement
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (1)
5476withElement = new BoundUnconvertedWithElement(
Generated\BoundNodes.xml.Generated.cs (1)
6520var result = new BoundUnconvertedWithElement(this.Syntax, arguments, argumentNamesOpt, argumentRefKindsOpt, this.HasErrors);
22 references to BoundUnconvertedWithElement
Microsoft.CodeAnalysis.CSharp (22)
Binder\Binder_Conversions.cs (3)
1040var withElement = @this._node.WithElement; 1196var withElement = @this._node.WithElement; 1578BoundUnconvertedWithElement? withElement,
Binder\Binder_Expressions.cs (3)
5344BoundUnconvertedWithElement? firstWithElement = null; 5439static (BoundUnconvertedWithElement? withElement, BoundBadExpression? badExpression) bindWithElement( 5469BoundUnconvertedWithElement? withElement;
BoundTree\BoundCollectionExpression.cs (1)
71Debug.Assert(element is not BoundUnconvertedWithElement);
Generated\BoundNodes.xml.Generated.cs (15)
6469public BoundUnconvertedCollectionExpression(SyntaxNode syntax, BoundUnconvertedWithElement? withElement, ImmutableArray<BoundNode> elements, bool hasErrors = false) 6479public BoundUnconvertedWithElement? WithElement { get; } 6484public BoundUnconvertedCollectionExpression Update(BoundUnconvertedWithElement? withElement, ImmutableArray<BoundNode> elements) 6516public BoundUnconvertedWithElement Update(ImmutableArray<BoundExpression> arguments, ImmutableArray<(string Name, Location Location)?> argumentNamesOpt, ImmutableArray<RefKind> argumentRefKindsOpt) 6520var result = new BoundUnconvertedWithElement(this.Syntax, arguments, argumentNamesOpt, argumentRefKindsOpt, this.HasErrors); 9312return VisitUnconvertedWithElement((BoundUnconvertedWithElement)node, arg); 9618public virtual R VisitUnconvertedWithElement(BoundUnconvertedWithElement node, A arg) => this.DefaultVisit(node, arg); 9856public virtual BoundNode? VisitUnconvertedWithElement(BoundUnconvertedWithElement node) => this.DefaultVisit(node); 10644public override BoundNode? VisitUnconvertedWithElement(BoundUnconvertedWithElement node) 12054BoundUnconvertedWithElement? withElement = (BoundUnconvertedWithElement?)this.Visit(node.WithElement); 12059public override BoundNode? VisitUnconvertedWithElement(BoundUnconvertedWithElement node) 14346BoundUnconvertedWithElement? withElement = (BoundUnconvertedWithElement?)this.Visit(node.WithElement); 16791public override TreeDumperNode VisitUnconvertedWithElement(BoundUnconvertedWithElement node, object? arg) => new TreeDumperNode("unconvertedWithElement", null, new TreeDumperNode[]