6 references to WithAttributeLists
Microsoft.CodeAnalysis.VisualBasic (1)
Generated\Syntax.xml.Syntax.Generated.vb (1)
5206Return Me.WithAttributeLists(Me.AttributeLists.AddRange(items))
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
StatementSyntaxExtensions.vb (1)
99Return DirectCast(member, EnumMemberDeclarationSyntax).WithAttributeLists(attributeLists)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
18926Dim withObj = objectUnderTest.WithAttributeLists(objectUnderTest.AttributeLists).WithIdentifier(objectUnderTest.Identifier).WithInitializer(objectUnderTest.Initializer)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
CodeGeneration\VisualBasicSyntaxGenerator.vb (1)
1841Return DirectCast(node, EnumMemberDeclarationSyntax).WithAttributeLists(arg)
StatementSyntaxExtensions.vb (1)
99Return DirectCast(member, EnumMemberDeclarationSyntax).WithAttributeLists(attributeLists)
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
CodeModel\VisualBasicCodeModelService.vb (1)
3862Return enumMember.WithAttributeLists(attributeLists)