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