9 references to WithAttributeLists
Microsoft.CodeAnalysis.VisualBasic (2)
Generated\Syntax.xml.Syntax.Generated.vb (2)
7009Return WithAttributeLists(attributeLists) 7022Return Me.WithAttributeLists(Me.AttributeLists.AddRange(items))
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
StatementSyntaxExtensions.vb (1)
130Return DirectCast(member, SubNewStatementSyntax).WithAttributeLists(attributeLists)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
19063Dim withObj = objectUnderTest.WithAttributeLists(objectUnderTest.AttributeLists).WithModifiers(objectUnderTest.Modifiers).WithSubKeyword(objectUnderTest.SubKeyword).WithNewKeyword(objectUnderTest.NewKeyword).WithParameterList(objectUnderTest.ParameterList)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (4)
CodeGeneration\ConstructorGenerator.vb (1)
40.WithAttributeLists(AttributeGenerator.GenerateAttributeBlocks(constructor.GetAttributes(), options)) _
CodeGeneration\VisualBasicSyntaxGenerator.vb (2)
1854Return DirectCast(node, ConstructorBlockSyntax).WithSubNewStatement(DirectCast(node, ConstructorBlockSyntax).SubNewStatement.WithAttributeLists(arg)) 1856Return DirectCast(node, SubNewStatementSyntax).WithAttributeLists(arg)
StatementSyntaxExtensions.vb (1)
130Return DirectCast(member, SubNewStatementSyntax).WithAttributeLists(attributeLists)
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
CodeModel\VisualBasicCodeModelService.vb (1)
3880Return DirectCast(method, ConstructorBlockSyntax).WithBlockStatement(constructor.WithAttributeLists(attributeLists))