4 references to WithImportsClauses
Microsoft.CodeAnalysis.VisualBasic (1)
Generated\Syntax.xml.Syntax.Generated.vb (1)
809
Return Me.
WithImportsClauses
(Me.ImportsClauses.AddRange(items))
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
18694
Dim withObj = objectUnderTest.WithImportsKeyword(objectUnderTest.ImportsKeyword).
WithImportsClauses
(objectUnderTest.ImportsClauses)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
CodeGeneration\VisualBasicSyntaxGenerator.vb (1)
2062
Return stmt.
WithImportsClauses
(SyntaxFactory.SingletonSeparatedList(DirectCast(declaration, ImportsClauseSyntax)))
OrganizeImports\VisualBasicOrganizeImportsService.Rewriter.vb (1)
44
Dim result = node.
WithImportsClauses
(organizedImportsClauses)