6 references to WithAttributeLists
Microsoft.CodeAnalysis.VisualBasic (2)
Generated\Syntax.xml.Syntax.Generated.vb (2)
3198Return WithAttributeLists(attributeLists) 3211Return Me.WithAttributeLists(Me.AttributeLists.AddRange(items))
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
StatementSyntaxExtensions.vb (1)
93Return DirectCast(member, ModuleStatementSyntax).WithAttributeLists(attributeLists)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
18811Dim withObj = objectUnderTest.WithAttributeLists(objectUnderTest.AttributeLists).WithModifiers(objectUnderTest.Modifiers).WithModuleKeyword(objectUnderTest.ModuleKeyword).WithIdentifier(objectUnderTest.Identifier).WithTypeParameterList(objectUnderTest.TypeParameterList)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
StatementSyntaxExtensions.vb (1)
93Return DirectCast(member, ModuleStatementSyntax).WithAttributeLists(attributeLists)
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
CodeModel\VisualBasicCodeModelService.vb (1)
3841Return moduleBlock.WithBlockStatement(moduleBlock.ModuleStatement.WithAttributeLists(attributeLists))