4 references to WithAttributeLists
Microsoft.CodeAnalysis.VisualBasic (1)
Generated\Syntax.xml.Syntax.Generated.vb (1)
9926
Return Me.
WithAttributeLists
(Me.AttributeLists.AddRange(items))
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
StatementSyntaxExtensions.vb (1)
146
Return DirectCast(member, IncompleteMemberSyntax).
WithAttributeLists
(attributeLists)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
19235
Dim withObj = objectUnderTest.
WithAttributeLists
(objectUnderTest.AttributeLists).WithModifiers(objectUnderTest.Modifiers).WithMissingIdentifier(objectUnderTest.MissingIdentifier)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
StatementSyntaxExtensions.vb (1)
146
Return DirectCast(member, IncompleteMemberSyntax).
WithAttributeLists
(attributeLists)