42 references to ArgumentList
Microsoft.CodeAnalysis.VisualBasic (20)
Binding\Binder_Attributes.vb (1)
252Dim argumentListOpt = node.ArgumentList
Errors\MessageProvider.vb (5)
490diagnostics.Add(ERRID.ERR_BadAttribute1, node.ArgumentList.Arguments(parameterIndex).GetLocation(), attribute.AttributeClass) 495diagnostics.Add(ERRID.ERR_BadAttribute1, node.ArgumentList.Arguments(namedArgumentIndex).GetLocation(), attributeClass) 500diagnostics.Add(ERRID.ERR_ParameterNotValidForType, node.ArgumentList.Arguments(namedArgumentIndex).GetLocation()) 505diagnostics.Add(ERRID.ERR_MarshalUnmanagedTypeNotValidForFields, node.ArgumentList.Arguments(parameterIndex).GetLocation(), unmanagedTypeName) 510diagnostics.Add(ERRID.ERR_MarshalUnmanagedTypeOnlyValidForFields, node.ArgumentList.Arguments(parameterIndex).GetLocation(), unmanagedTypeName)
Generated\Syntax.xml.Main.Generated.vb (2)
2661Dim newArgumentList = DirectCast(Visit(node.ArgumentList), ArgumentListSyntax) 2662If node.ArgumentList IsNot newArgumentList Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (6)
12184return Update(target, Me.Name, Me.ArgumentList) 12201return Update(Me.Target, name, Me.ArgumentList) 12227Dim _child = If(Me.ArgumentList IsNot Nothing, Me.ArgumentList, SyntaxFactory.ArgumentList()) 12251Return Me.ArgumentList 12280If target IsNot Me.Target OrElse name IsNot Me.Name OrElse argumentList IsNot Me.ArgumentList Then
Symbols\Attributes\AttributeData.vb (5)
90Dim argumentCount As Integer = If(attributeSyntax.ArgumentList IsNot Nothing, 91attributeSyntax.ArgumentList.Arguments.Where(Function(arg) arg.Kind = SyntaxKind.SimpleArgument AndAlso Not arg.IsNamed).Count, 258If nodeOpt.ArgumentList IsNot Nothing AndAlso nodeOpt.ArgumentList.Arguments.Count > argumentIndex Then 259Dim arg As ArgumentSyntax = nodeOpt.ArgumentList.Arguments(argumentIndex)
Symbols\Source\SourceAssemblySymbol.vb (1)
1160Return attributeSyntaxOpt.ArgumentList.Arguments.First().GetLocation()
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Services\SyntaxFacts\VisualBasicSyntaxFacts.vb (1)
1759argumentList = attribute.ArgumentList
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (4)
src\f736901a33c2b55b\VisualBasicTypeInferenceService.TypeInferrer.vb (1)
325index = attribute.ArgumentList.Arguments.IndexOf(argumentOpt)
src\roslyn\src\Analyzers\VisualBasic\CodeFixes\GenerateConstructor\VisualBasicGenerateConstructorService.vb (3)
140If attribute.ArgumentList IsNot Nothing AndAlso 141Not attribute.ArgumentList.CloseParenToken.IsMissing Then 146arguments = GetArguments(attribute.ArgumentList.Arguments)
Microsoft.CodeAnalysis.VisualBasic.Features (11)
ChangeSignature\VisualBasicChangeSignatureService.vb (1)
404attribute.ArgumentList,
SignatureHelp\AttributeSignatureHelpProvider.vb (7)
36Return attribute.ArgumentList IsNot Nothing 46Return node.ArgumentList IsNot Nothing AndAlso 47node.ArgumentList.Span.Contains(token.SpanStart) AndAlso 48token <> node.ArgumentList.CloseParenToken 81Dim textSpan = SignatureHelpUtilities.GetSignatureHelpSpan(attribute.ArgumentList) 95currentSpan.Start = SignatureHelpUtilities.GetSignatureHelpSpan(expression.ArgumentList).Start Then 97Return SignatureHelpUtilities.GetSignatureHelpState(expression.ArgumentList, position)
src\roslyn\src\Analyzers\VisualBasic\CodeFixes\GenerateConstructor\VisualBasicGenerateConstructorService.vb (3)
140If attribute.ArgumentList IsNot Nothing AndAlso 141Not attribute.ArgumentList.CloseParenToken.IsMissing Then 146arguments = GetArguments(attribute.ArgumentList.Arguments)
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Resources\BasicMarkAssembliesWithNeutralResourcesLanguage.vb (2)
28If Not CheckResxGeneratedFile(nc.SemanticModel, attributeSyntax, attributeSyntax.ArgumentList.Arguments(0).GetExpression(), generatedCode, nc.CancellationToken) Then 38attribute.ArgumentList.Arguments.Count > 0).GetValueOrDefault()
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
src\f736901a33c2b55b\VisualBasicTypeInferenceService.TypeInferrer.vb (1)
325index = attribute.ArgumentList.Arguments.IndexOf(argumentOpt)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Services\SyntaxFacts\VisualBasicSyntaxFacts.vb (1)
1759argumentList = attribute.ArgumentList
Roslyn.Diagnostics.VisualBasic.Analyzers (2)
src\f736901a33c2b55b\VisualBasicTypeInferenceService.TypeInferrer.vb (1)
325index = attribute.ArgumentList.Arguments.IndexOf(argumentOpt)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Services\SyntaxFacts\VisualBasicSyntaxFacts.vb (1)
1759argumentList = attribute.ArgumentList