7 references to AttributeLists
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Main.Generated.vb (1)
2468
Dim newAttributeLists = VisitList(node.
AttributeLists
)
Generated\Syntax.xml.Syntax.Generated.vb (4)
10459
return Update(asKeyword, Me.
AttributeLists
, Me.Type)
10486
Return Me.WithAttributeLists(Me.
AttributeLists
.AddRange(items))
10503
return Update(Me.AsKeyword, Me.
AttributeLists
, type)
10551
If asKeyword <> Me.AsKeyword OrElse attributeLists <> Me.
AttributeLists
OrElse type IsNot Me.Type Then
Syntax\SyntaxExtensions.vb (1)
87
Return DirectCast(asClauseSyntax, SimpleAsClauseSyntax).
AttributeLists
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
19260
Dim withObj = objectUnderTest.WithAsKeyword(objectUnderTest.AsKeyword).WithAttributeLists(objectUnderTest.
AttributeLists
).WithType(objectUnderTest.Type)