1 instantiation of BoundUnconvertedWithElement
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
6555
var result = new
BoundUnconvertedWithElement
(this.Syntax, arguments, argumentNamesOpt, argumentRefKindsOpt, this.HasErrors);
22 references to BoundUnconvertedWithElement
Microsoft.CodeAnalysis.CSharp (22)
Binder\Binder_Conversions.cs (3)
1090
var
withElement = @this._node.WithElement;
1246
var
withElement = @this._node.WithElement;
1629
BoundUnconvertedWithElement
? withElement,
Binder\Binder_Expressions.cs (3)
5346
BoundUnconvertedWithElement
? firstWithElement = null;
5443
static (
BoundUnconvertedWithElement
? withElement, BoundBadExpression? badExpression) bindWithElement(
5473
BoundUnconvertedWithElement
? withElement;
BoundTree\BoundCollectionExpression.cs (1)
71
Debug.Assert(element is not
BoundUnconvertedWithElement
);
Generated\BoundNodes.xml.Generated.cs (15)
6504
public BoundUnconvertedCollectionExpression(SyntaxNode syntax,
BoundUnconvertedWithElement
? withElement, ImmutableArray<BoundNode> elements, bool hasErrors = false)
6514
public
BoundUnconvertedWithElement
? WithElement { get; }
6519
public BoundUnconvertedCollectionExpression Update(
BoundUnconvertedWithElement
? withElement, ImmutableArray<BoundNode> elements)
6551
public
BoundUnconvertedWithElement
Update(ImmutableArray<BoundExpression> arguments, ImmutableArray<(string Name, Location Location)?> argumentNamesOpt, ImmutableArray<RefKind> argumentRefKindsOpt)
6555
var
result = new BoundUnconvertedWithElement(this.Syntax, arguments, argumentNamesOpt, argumentRefKindsOpt, this.HasErrors);
9438
return VisitUnconvertedWithElement((
BoundUnconvertedWithElement
)node, arg);
9749
public virtual R VisitUnconvertedWithElement(
BoundUnconvertedWithElement
node, A arg) => this.DefaultVisit(node, arg);
9990
public virtual BoundNode? VisitUnconvertedWithElement(
BoundUnconvertedWithElement
node) => this.DefaultVisit(node);
10785
public override BoundNode? VisitUnconvertedWithElement(
BoundUnconvertedWithElement
node)
12212
BoundUnconvertedWithElement
? withElement = (
BoundUnconvertedWithElement
?)this.Visit(node.WithElement);
12217
public override BoundNode? VisitUnconvertedWithElement(
BoundUnconvertedWithElement
node)
14520
BoundUnconvertedWithElement
? withElement = (
BoundUnconvertedWithElement
?)this.Visit(node.WithElement);
17002
public override TreeDumperNode VisitUnconvertedWithElement(
BoundUnconvertedWithElement
node, object? arg) => new TreeDumperNode("unconvertedWithElement", null, new TreeDumperNode[]