12 references to AttributeLists
Microsoft.CodeAnalysis.VisualBasic (5)
Declarations\DeclarationTreeBuilder.vb (1)
665If methodDecl.AttributeLists.Any Then
src\roslyn\src\Compilers\VisualBasic\BasicAnalyzerDriver\VisualBasicDeclarationComputer.vb (1)
248AddAttributes(methodBase.AttributeLists, builder)
Symbols\Source\SourceDeclareMethodSymbol.vb (1)
43_quickAttributes = binder.QuickAttributeChecker.CheckAttributes(syntax.AttributeLists)
Symbols\Source\SourceMemberMethodSymbol.vb (1)
85_quickAttributes = binder.QuickAttributeChecker.CheckAttributes(syntax.AttributeLists)
Symbols\Source\SourceMethodSymbol.vb (1)
1358Return If(m_syntaxReferenceOpt IsNot Nothing, DeclarationSyntax.AttributeLists, Nothing)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\StatementSyntaxExtensions.vb (2)
52Return DirectCast(member, MethodBlockBaseSyntax).BlockStatement.AttributeLists 66Return DirectCast(member, MethodBaseSyntax).AttributeLists
Microsoft.CodeAnalysis.VisualBasic.Features (1)
src\roslyn\src\Compilers\VisualBasic\BasicAnalyzerDriver\VisualBasicDeclarationComputer.vb (1)
248AddAttributes(methodBase.AttributeLists, builder)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\StatementSyntaxExtensions.vb (2)
52Return DirectCast(member, MethodBlockBaseSyntax).BlockStatement.AttributeLists 66Return DirectCast(member, MethodBaseSyntax).AttributeLists
Roslyn.Diagnostics.VisualBasic.Analyzers (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\StatementSyntaxExtensions.vb (2)
52Return DirectCast(member, MethodBlockBaseSyntax).BlockStatement.AttributeLists 66Return DirectCast(member, MethodBaseSyntax).AttributeLists