7 references to Argument
Microsoft.CodeAnalysis.VisualBasic (7)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
2609
VisitRvalue(node.
Argument
)
BoundTree\Expression.vb (1)
219
Return ImmutableArray.Create(Of BoundNode)(Me.
Argument
)
Generated\BoundNodes.xml.Generated.vb (4)
9155
If argument IsNot Me.
Argument
OrElse constantValueOpt IsNot Me.ConstantValueOpt OrElse type IsNot Me.Type Then
11995
Me.Visit(node.
Argument
)
13081
Dim argument As BoundExpression = DirectCast(Me.Visit(node.
Argument
), BoundExpression)
14538
New TreeDumperNode("argument", Nothing, new TreeDumperNode() {Visit(node.
Argument
, Nothing)}),
Operations\VisualBasicOperationFactory.vb (1)
422
Dim argument As IOperation = Create(boundNameOfOperator.
Argument
)