16 references to AttributeLists
Microsoft.CodeAnalysis.VisualBasic (13)
Declarations\DeclarationTreeBuilder.vb (2)
742
Dim declFlags As SingleTypeDeclaration.TypeDeclarationFlags = If(node.
AttributeLists
.Any(),
747
Dim quickAttributes = GetQuickAttributes(node.
AttributeLists
)
Generated\Syntax.xml.Main.Generated.vb (1)
2202
Dim newAttributeLists = VisitList(node.
AttributeLists
)
Generated\Syntax.xml.Syntax.Generated.vb (10)
7686
Return Me.
AttributeLists
7703
Return Me.WithAttributeLists(Me.
AttributeLists
.AddRange(items))
7743
return Update(Me.Kind, Me.
AttributeLists
, modifiers, Me.DelegateKeyword, Me.SubOrFunctionKeyword, Me.Identifier, Me.TypeParameterList, Me.ParameterList, Me.AsClause)
7769
return Update(Me.Kind, Me.
AttributeLists
, Me.Modifiers, delegateKeyword, Me.SubOrFunctionKeyword, Me.Identifier, Me.TypeParameterList, Me.ParameterList, Me.AsClause)
7787
return Update(Me.Kind, Me.
AttributeLists
, Me.Modifiers, Me.DelegateKeyword, subOrFunctionKeyword, Me.Identifier, Me.TypeParameterList, Me.ParameterList, Me.AsClause)
7805
return Update(Me.Kind, Me.
AttributeLists
, Me.Modifiers, Me.DelegateKeyword, Me.SubOrFunctionKeyword, identifier, Me.TypeParameterList, Me.ParameterList, Me.AsClause)
7827
return Update(Me.Kind, Me.
AttributeLists
, Me.Modifiers, Me.DelegateKeyword, Me.SubOrFunctionKeyword, Me.Identifier, typeParameterList, Me.ParameterList, Me.AsClause)
7862
return Update(Me.Kind, Me.
AttributeLists
, Me.Modifiers, Me.DelegateKeyword, Me.SubOrFunctionKeyword, Me.Identifier, Me.TypeParameterList, parameterList, Me.AsClause)
7893
return Update(Me.Kind, Me.
AttributeLists
, Me.Modifiers, Me.DelegateKeyword, Me.SubOrFunctionKeyword, Me.Identifier, Me.TypeParameterList, Me.ParameterList, asClause)
7967
If kind <> Me.Kind OrElse attributeLists <> Me.
AttributeLists
OrElse modifiers <> Me.Modifiers OrElse delegateKeyword <> Me.DelegateKeyword OrElse subOrFunctionKeyword <> Me.SubOrFunctionKeyword OrElse identifier <> Me.Identifier OrElse typeParameterList IsNot Me.TypeParameterList OrElse parameterList IsNot Me.ParameterList OrElse asClause IsNot Me.AsClause Then
Microsoft.CodeAnalysis.VisualBasic.Workspaces (3)
CodeGeneration\VisualBasicSyntaxGenerator.vb (2)
2227
ds.
AttributeLists
,
2312
ds.
AttributeLists
,
FindSymbols\VisualBasicDeclaredSymbolInfoFactoryService.vb (1)
245
delegateDecl.
AttributeLists
.Any(),