14 references to Argument
Microsoft.CodeAnalysis.VisualBasic (11)
Binding\Binder_Query.vb (3)
3913If(functionAggregationSyntax.Argument, functionAggregationSyntax), 3931If functionAggregationSyntax.Argument Is Nothing Then 3935Dim aggregationSelector = aggregationBinder.BindValue(functionAggregationSyntax.Argument, diagnostics)
Generated\Syntax.xml.Main.Generated.vb (2)
4434Dim newArgument = DirectCast(Visit(node.Argument), ExpressionSyntax) 4435If node.Argument IsNot newArgument Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (5)
27795return Update(functionName, Me.OpenParenToken, Me.Argument, Me.CloseParenToken) 27820return Update(Me.FunctionName, openParenToken, Me.Argument, Me.CloseParenToken) 27866return Update(Me.FunctionName, Me.OpenParenToken, Me.Argument, closeParenToken) 27881Return Me.Argument 27913If functionName <> Me.FunctionName OrElse openParenToken <> Me.OpenParenToken OrElse argument IsNot Me.Argument OrElse closeParenToken <> Me.CloseParenToken Then
Syntax\LambdaUtilities.vb (1)
238Return aggregation.Argument
Microsoft.CodeAnalysis.VisualBasic.Features (3)
EditAndContinue\BreakpointSpans.vb (2)
353If functionAggregation.Argument IsNot Nothing Then 354Return CreateSpan(functionAggregation.Argument)
src\roslyn\src\Compilers\VisualBasic\Portable\Syntax\LambdaUtilities.vb (1)
238Return aggregation.Argument