6 references to Argument
Microsoft.CodeAnalysis.VisualBasic (6)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
2625
VisitRvalue(node.
Argument
)
BoundTree\Expression.vb (1)
219
Return ImmutableArray.Create(Of BoundNode)(Me.
Argument
)
Generated\BoundNodes.xml.Generated.vb (4)
9190
If argument IsNot Me.
Argument
OrElse constantValueOpt IsNot Me.ConstantValueOpt OrElse type IsNot Me.Type Then
12029
Me.Visit(node.
Argument
)
13115
Dim argument As BoundExpression = DirectCast(Me.Visit(node.
Argument
), BoundExpression)
14576
New TreeDumperNode("argument", Nothing, new TreeDumperNode() {Visit(node.
Argument
, Nothing)}),