1 instantiation of BoundUnconvertedWithElement
Microsoft.CodeAnalysis.CSharp (1)
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)
1090var withElement = @this._node.WithElement; 1246var withElement = @this._node.WithElement; 1629BoundUnconvertedWithElement? 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); 9438return VisitUnconvertedWithElement((BoundUnconvertedWithElement)node, arg); 9749public virtual R VisitUnconvertedWithElement(BoundUnconvertedWithElement node, A arg) => this.DefaultVisit(node, arg); 9990public virtual BoundNode? VisitUnconvertedWithElement(BoundUnconvertedWithElement node) => this.DefaultVisit(node); 10785public override BoundNode? VisitUnconvertedWithElement(BoundUnconvertedWithElement node) 12212BoundUnconvertedWithElement? withElement = (BoundUnconvertedWithElement?)this.Visit(node.WithElement); 12217public override BoundNode? VisitUnconvertedWithElement(BoundUnconvertedWithElement node) 14520BoundUnconvertedWithElement? withElement = (BoundUnconvertedWithElement?)this.Visit(node.WithElement); 17002public override TreeDumperNode VisitUnconvertedWithElement(BoundUnconvertedWithElement node, object? arg) => new TreeDumperNode("unconvertedWithElement", null, new TreeDumperNode[]