4 references to AttributeLists
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Syntax.Generated.vb (4)
10459return Update(asKeyword, Me.AttributeLists, Me.Type) 10486Return Me.WithAttributeLists(Me.AttributeLists.AddRange(items)) 10503return Update(Me.AsKeyword, Me.AttributeLists, type) 10551If asKeyword <> Me.AsKeyword OrElse attributeLists <> Me.AttributeLists OrElse type IsNot Me.Type Then