8 references to WithAttributeLists
Microsoft.CodeAnalysis.VisualBasic (2)
Generated\Syntax.xml.Syntax.Generated.vb (2)
3450Return WithAttributeLists(attributeLists) 3463Return Me.WithAttributeLists(Me.AttributeLists.AddRange(items))
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
StatementSyntaxExtensions.vb (1)
95Return DirectCast(member, StructureStatementSyntax).WithAttributeLists(attributeLists)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
18820Dim withObj = objectUnderTest.WithAttributeLists(objectUnderTest.AttributeLists).WithModifiers(objectUnderTest.Modifiers).WithStructureKeyword(objectUnderTest.StructureKeyword).WithIdentifier(objectUnderTest.Identifier).WithTypeParameterList(objectUnderTest.TypeParameterList)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (3)
CodeGeneration\VisualBasicSyntaxGenerator.vb (2)
1829Return DirectCast(node, StructureBlockSyntax).WithStructureStatement(DirectCast(node, StructureBlockSyntax).StructureStatement.WithAttributeLists(arg)) 1831Return DirectCast(node, StructureStatementSyntax).WithAttributeLists(arg)
StatementSyntaxExtensions.vb (1)
95Return DirectCast(member, StructureStatementSyntax).WithAttributeLists(attributeLists)
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
CodeModel\VisualBasicCodeModelService.vb (1)
3845Return structureBlock.WithStructureStatement(structureBlock.StructureStatement.WithAttributeLists(attributeLists))