2 instantiations of BoundUnconvertedWithElement
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (1)
5480withElement = new BoundUnconvertedWithElement(
Generated\BoundNodes.xml.Generated.cs (1)
6555var result = new BoundUnconvertedWithElement(this.Syntax, arguments, argumentNamesOpt, argumentRefKindsOpt, this.HasErrors);
22 references to BoundUnconvertedWithElement
Microsoft.CodeAnalysis.CSharp (22)
Binder\Binder_Conversions.cs (3)
1099var withElement = @this._node.WithElement; 1264var withElement = @this._node.WithElement; 1653BoundUnconvertedWithElement? withElement,
Binder\Binder_Expressions.cs (3)
5346BoundUnconvertedWithElement? firstWithElement = null; 5443static (BoundUnconvertedWithElement? withElement, BoundBadExpression? badExpression) bindWithElement( 5473BoundUnconvertedWithElement? withElement;
BoundTree\BoundCollectionExpression.cs (1)
71Debug.Assert(element is not BoundUnconvertedWithElement);
Generated\BoundNodes.xml.Generated.cs (15)
6504public BoundUnconvertedCollectionExpression(SyntaxNode syntax, BoundUnconvertedWithElement? withElement, ImmutableArray<BoundNode> elements, bool hasErrors = false) 6514public BoundUnconvertedWithElement? WithElement { get; } 6519public BoundUnconvertedCollectionExpression Update(BoundUnconvertedWithElement? withElement, ImmutableArray<BoundNode> elements) 6551public BoundUnconvertedWithElement Update(ImmutableArray<BoundExpression> arguments, ImmutableArray<(string Name, Location Location)?> argumentNamesOpt, ImmutableArray<RefKind> argumentRefKindsOpt) 6555var result = new BoundUnconvertedWithElement(this.Syntax, arguments, argumentNamesOpt, argumentRefKindsOpt, this.HasErrors); 9436return VisitUnconvertedWithElement((BoundUnconvertedWithElement)node, arg); 9747public virtual R VisitUnconvertedWithElement(BoundUnconvertedWithElement node, A arg) => this.DefaultVisit(node, arg); 9988public virtual BoundNode? VisitUnconvertedWithElement(BoundUnconvertedWithElement node) => this.DefaultVisit(node); 10783public override BoundNode? VisitUnconvertedWithElement(BoundUnconvertedWithElement node) 12210BoundUnconvertedWithElement? withElement = (BoundUnconvertedWithElement?)this.Visit(node.WithElement); 12215public override BoundNode? VisitUnconvertedWithElement(BoundUnconvertedWithElement node) 14518BoundUnconvertedWithElement? withElement = (BoundUnconvertedWithElement?)this.Visit(node.WithElement); 17000public override TreeDumperNode VisitUnconvertedWithElement(BoundUnconvertedWithElement node, object? arg) => new TreeDumperNode("unconvertedWithElement", null, new TreeDumperNode[]