8 references to AttributeLists
Microsoft.CodeAnalysis.VisualBasic (8)
Generated\Syntax.xml.Main.Generated.vb (1)
1801
Dim newAttributeLists = VisitList(node.
AttributeLists
)
Generated\Syntax.xml.Syntax.Generated.vb (7)
3446
Return Me.
AttributeLists
3463
Return Me.WithAttributeLists(Me.
AttributeLists
.AddRange(items))
3501
return Update(Me.
AttributeLists
, modifiers, Me.StructureKeyword, Me.Identifier, Me.TypeParameterList)
3527
return Update(Me.
AttributeLists
, Me.Modifiers, structureKeyword, Me.Identifier, Me.TypeParameterList)
3553
return Update(Me.
AttributeLists
, Me.Modifiers, Me.StructureKeyword, identifier, Me.TypeParameterList)
3583
return Update(Me.
AttributeLists
, Me.Modifiers, Me.StructureKeyword, Me.Identifier, typeParameterList)
3646
If attributeLists <> Me.
AttributeLists
OrElse modifiers <> Me.Modifiers OrElse structureKeyword <> Me.StructureKeyword OrElse identifier <> Me.Identifier OrElse typeParameterList IsNot Me.TypeParameterList Then