7 references to AttributeLists
Microsoft.CodeAnalysis.VisualBasic (7)
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