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