3 references to WithAttributeLists
Microsoft.CodeAnalysis.VisualBasic (1)
Generated\Syntax.xml.Syntax.Generated.vb (1)
10486
Return Me.
WithAttributeLists
(Me.AttributeLists.AddRange(items))
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)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
CodeGeneration\VisualBasicSyntaxGenerator.vb (1)
1809
Return DirectCast(declaration, SimpleAsClauseSyntax).
WithAttributeLists
(SyntaxFactory.List(lists))