1 write to Argument
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
7751
this.
Argument
= argument;
8 references to Argument
Microsoft.CodeAnalysis.CSharp (8)
BoundTree\Expression.cs (1)
91
protected override ImmutableArray<BoundNode?> Children => ImmutableArray.Create<BoundNode?>(this.
Argument
);
FlowAnalysis\AbstractFlowPass.cs (1)
3466
Visit(node.
Argument
);
Generated\BoundNodes.xml.Generated.cs (5)
7764
if (argument != this.
Argument
|| constantValueOpt != this.ConstantValueOpt || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything))
10653
this.Visit(node.
Argument
);
12011
BoundExpression argument = (BoundExpression)this.Visit(node.
Argument
);
14599
BoundExpression argument = (BoundExpression)this.Visit(node.
Argument
);
16842
new TreeDumperNode("argument", null, new TreeDumperNode[] { Visit(node.
Argument
, null) }),
Operations\CSharpOperationFactory.cs (1)
1670
IOperation argument = Create(boundNameOfOperator.
Argument
);