22 references to AttributeLists
Microsoft.CodeAnalysis.VisualBasic (15)
Declarations\DeclarationTreeBuilder.vb (4)
673
If eventDecl.EventStatement.
AttributeLists
.Any Then
688
If eventDecl.
AttributeLists
.Any Then
768
Dim declFlags As SingleTypeDeclaration.TypeDeclarationFlags = If(node.
AttributeLists
.Any(),
773
Dim quickAttributes = GetQuickAttributes(node.
AttributeLists
)
Generated\Syntax.xml.Main.Generated.vb (1)
2229
Dim newAttributeLists = VisitList(node.
AttributeLists
)
Generated\Syntax.xml.Syntax.Generated.vb (10)
8022
Return Me.
AttributeLists
8039
Return Me.WithAttributeLists(Me.
AttributeLists
.AddRange(items))
8079
return Update(Me.
AttributeLists
, modifiers, Me.CustomKeyword, Me.EventKeyword, Me.Identifier, Me.ParameterList, Me.AsClause, Me.ImplementsClause)
8112
return Update(Me.
AttributeLists
, Me.Modifiers, customKeyword, Me.EventKeyword, Me.Identifier, Me.ParameterList, Me.AsClause, Me.ImplementsClause)
8130
return Update(Me.
AttributeLists
, Me.Modifiers, Me.CustomKeyword, eventKeyword, Me.Identifier, Me.ParameterList, Me.AsClause, Me.ImplementsClause)
8148
return Update(Me.
AttributeLists
, Me.Modifiers, Me.CustomKeyword, Me.EventKeyword, identifier, Me.ParameterList, Me.AsClause, Me.ImplementsClause)
8178
return Update(Me.
AttributeLists
, Me.Modifiers, Me.CustomKeyword, Me.EventKeyword, Me.Identifier, parameterList, Me.AsClause, Me.ImplementsClause)
8209
return Update(Me.
AttributeLists
, Me.Modifiers, Me.CustomKeyword, Me.EventKeyword, Me.Identifier, Me.ParameterList, asClause, Me.ImplementsClause)
8231
return Update(Me.
AttributeLists
, Me.Modifiers, Me.CustomKeyword, Me.EventKeyword, Me.Identifier, Me.ParameterList, Me.AsClause, implementsClause)
8307
If attributeLists <> Me.
AttributeLists
OrElse modifiers <> Me.Modifiers OrElse customKeyword <> Me.CustomKeyword OrElse eventKeyword <> Me.EventKeyword OrElse identifier <> Me.Identifier OrElse parameterList IsNot Me.ParameterList OrElse asClause IsNot Me.AsClause OrElse implementsClause IsNot Me.ImplementsClause Then
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\StatementSyntaxExtensions.vb (2)
36
Return DirectCast(member, EventBlockSyntax).EventStatement.
AttributeLists
38
Return DirectCast(member, EventStatementSyntax).
AttributeLists
Microsoft.CodeAnalysis.VisualBasic.Workspaces (3)
FindSymbols\VisualBasicDeclaredSymbolInfoFactoryService.vb (1)
273
eventDecl.
AttributeLists
.Any(),
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\StatementSyntaxExtensions.vb (2)
36
Return DirectCast(member, EventBlockSyntax).EventStatement.
AttributeLists
38
Return DirectCast(member, EventStatementSyntax).
AttributeLists
Roslyn.Diagnostics.VisualBasic.Analyzers (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\StatementSyntaxExtensions.vb (2)
36
Return DirectCast(member, EventBlockSyntax).EventStatement.
AttributeLists
38
Return DirectCast(member, EventStatementSyntax).
AttributeLists