10 references to AttributeLists
Microsoft.CodeAnalysis.VisualBasic (9)
Generated\Syntax.xml.Main.Generated.vb (1)
2146
Dim newAttributeLists = VisitList(node.
AttributeLists
)
Generated\Syntax.xml.Syntax.Generated.vb (7)
7005
Return Me.
AttributeLists
7022
Return Me.WithAttributeLists(Me.
AttributeLists
.AddRange(items))
7062
return Update(Me.
AttributeLists
, modifiers, Me.SubKeyword, Me.NewKeyword, Me.ParameterList)
7088
return Update(Me.
AttributeLists
, Me.Modifiers, subKeyword, Me.NewKeyword, Me.ParameterList)
7106
return Update(Me.
AttributeLists
, Me.Modifiers, Me.SubKeyword, newKeyword, Me.ParameterList)
7136
return Update(Me.
AttributeLists
, Me.Modifiers, Me.SubKeyword, Me.NewKeyword, parameterList)
7199
If attributeLists <> Me.
AttributeLists
OrElse modifiers <> Me.Modifiers OrElse subKeyword <> Me.SubKeyword OrElse newKeyword <> Me.NewKeyword OrElse parameterList IsNot Me.ParameterList Then
Lowering\Instrumentation\CodeCoverageInstrumenter.vb (1)
536
Return SkipAttributes(syntax, constructorSyntax.
AttributeLists
, constructorSyntax.Modifiers, constructorSyntax.SubKeyword)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
FindSymbols\VisualBasicDeclaredSymbolInfoFactoryService.vb (1)
227
constructor.
AttributeLists
.Any(),