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