40 references to AttributeLists
Microsoft.CodeAnalysis.VisualBasic (13)
Generated\Syntax.xml.Main.Generated.vb (1)
2117Dim newAttributeLists = VisitList(node.AttributeLists)
Generated\Syntax.xml.Syntax.Generated.vb (11)
6625Return Me.AttributeLists 6642Return Me.WithAttributeLists(Me.AttributeLists.AddRange(items)) 6682return Update(Me.Kind, Me.AttributeLists, modifiers, Me.SubOrFunctionKeyword, Me.Identifier, Me.TypeParameterList, Me.ParameterList, Me.AsClause, Me.HandlesClause, Me.ImplementsClause) 6708return Update(Me.Kind, Me.AttributeLists, Me.Modifiers, subOrFunctionKeyword, Me.Identifier, Me.TypeParameterList, Me.ParameterList, Me.AsClause, Me.HandlesClause, Me.ImplementsClause) 6726return Update(Me.Kind, Me.AttributeLists, Me.Modifiers, Me.SubOrFunctionKeyword, identifier, Me.TypeParameterList, Me.ParameterList, Me.AsClause, Me.HandlesClause, Me.ImplementsClause) 6748return Update(Me.Kind, Me.AttributeLists, Me.Modifiers, Me.SubOrFunctionKeyword, Me.Identifier, typeParameterList, Me.ParameterList, Me.AsClause, Me.HandlesClause, Me.ImplementsClause) 6783return Update(Me.Kind, Me.AttributeLists, Me.Modifiers, Me.SubOrFunctionKeyword, Me.Identifier, Me.TypeParameterList, parameterList, Me.AsClause, Me.HandlesClause, Me.ImplementsClause) 6814return Update(Me.Kind, Me.AttributeLists, Me.Modifiers, Me.SubOrFunctionKeyword, Me.Identifier, Me.TypeParameterList, Me.ParameterList, asClause, Me.HandlesClause, Me.ImplementsClause) 6835return Update(Me.Kind, Me.AttributeLists, Me.Modifiers, Me.SubOrFunctionKeyword, Me.Identifier, Me.TypeParameterList, Me.ParameterList, Me.AsClause, handlesClause, Me.ImplementsClause) 6862return Update(Me.Kind, Me.AttributeLists, Me.Modifiers, Me.SubOrFunctionKeyword, Me.Identifier, Me.TypeParameterList, Me.ParameterList, Me.AsClause, Me.HandlesClause, implementsClause) 6952If kind <> Me.Kind OrElse attributeLists <> Me.AttributeLists OrElse modifiers <> Me.Modifiers OrElse subOrFunctionKeyword <> Me.SubOrFunctionKeyword OrElse identifier <> Me.Identifier OrElse typeParameterList IsNot Me.TypeParameterList OrElse parameterList IsNot Me.ParameterList OrElse asClause IsNot Me.AsClause OrElse handlesClause IsNot Me.HandlesClause OrElse implementsClause IsNot Me.ImplementsClause Then
Lowering\Instrumentation\CodeCoverageInstrumenter.vb (1)
524Return SkipAttributes(syntax, methodSyntax.AttributeLists, methodSyntax.Modifiers, methodSyntax.SubOrFunctionKeyword)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
SyntaxNodeExtensions.vb (1)
1210Return DirectCast(node, MethodStatementSyntax).AttributeLists
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (3)
VisualBasicConvertToAsyncFunctionCodeFixProvider.vb (1)
91methodNode.AttributeLists,
VisualBasicMakeMethodAsynchronousCodeFixProvider.vb (1)
115subStatement.AttributeLists,
VisualBasicMakeMethodSynchronousCodeFixProvider.vb (1)
67functionStatement.AttributeLists,
Microsoft.CodeAnalysis.VisualBasic.Features (5)
ReplaceMethodWithProperty\VisualBasicReplaceMethodWithPropertyService.vb (2)
83getMethodStatement.AttributeLists, modifiers, propertyNameToken, Nothing, 98getMethodStatement.AttributeLists, getMethodStatement.Modifiers, propertyNameToken, Nothing,
VisualBasicConvertToAsyncFunctionCodeFixProvider.vb (1)
91methodNode.AttributeLists,
VisualBasicMakeMethodAsynchronousCodeFixProvider.vb (1)
115subStatement.AttributeLists,
VisualBasicMakeMethodSynchronousCodeFixProvider.vb (1)
67functionStatement.AttributeLists,
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (3)
Generated\Syntax.Test.xml.Generated.vb (2)
19045Dim withObj = objectUnderTest.WithAttributeLists(objectUnderTest.AttributeLists).WithModifiers(objectUnderTest.Modifiers).WithSubOrFunctionKeyword(objectUnderTest.SubOrFunctionKeyword).WithIdentifier(objectUnderTest.Identifier).WithTypeParameterList(objectUnderTest.TypeParameterList).WithParameterList(objectUnderTest.ParameterList).WithAsClause(objectUnderTest.AsClause).WithHandlesClause(objectUnderTest.HandlesClause).WithImplementsClause(objectUnderTest.ImplementsClause) 19054Dim withObj = objectUnderTest.WithAttributeLists(objectUnderTest.AttributeLists).WithModifiers(objectUnderTest.Modifiers).WithSubOrFunctionKeyword(objectUnderTest.SubOrFunctionKeyword).WithIdentifier(objectUnderTest.Identifier).WithTypeParameterList(objectUnderTest.TypeParameterList).WithParameterList(objectUnderTest.ParameterList).WithAsClause(objectUnderTest.AsClause).WithHandlesClause(objectUnderTest.HandlesClause).WithImplementsClause(objectUnderTest.ImplementsClause)
TestSyntaxNodes.vb (1)
1157node.AttributeLists,
Microsoft.CodeAnalysis.VisualBasic.Workspaces (6)
CodeCleanup\AsyncOrIteratorFunctionReturnTypeFixer.vb (1)
25Return func.Update(func.Kind, func.AttributeLists, func.Modifiers, func.DeclarationKeyword, func.Identifier,
CodeGeneration\VisualBasicSyntaxGenerator.vb (2)
2387ss.AttributeLists, 2472ms.AttributeLists,
FindSymbols\VisualBasicDeclaredSymbolInfoFactoryService.vb (2)
290funcDecl.AttributeLists.Any(), 384For Each attributeList In node.AttributeLists
SyntaxNodeExtensions.vb (1)
1210Return DirectCast(node, MethodStatementSyntax).AttributeLists
Microsoft.VisualStudio.LanguageServices.VisualBasic (9)
CodeModel\VisualBasicCodeModelService.NodeLocator.vb (4)
591Return GetAttributesStartPoint(text, methodStatement.AttributeLists, part) 599If methodStatement.AttributeLists.Count > 0 Then 600startPosition = methodStatement.AttributeLists.Last().GetLastToken().GetNextToken().SpanStart 682Return GetAttributesEndPoint(text, methodStatement.AttributeLists, part)
CodeModel\VisualBasicCodeModelService.vb (5)
384Return GetAttributeNodes(DirectCast(node, MethodStatementSyntax).AttributeLists) 3206attributeLists:=methodStatement.AttributeLists, 3222attributeLists:=methodStatement.AttributeLists, 3873Dim attributeLists = methodStatement.AttributeLists.Insert(index, attributeList) 3887Dim attributeLists = methodStatement.AttributeLists.Insert(index, attributeList)