1 instantiation of VisualBasicSyntaxGeneratorInternal
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
VisualBasicSyntaxGeneratorInternal.vb (1)
19Public Shared ReadOnly Instance As SyntaxGeneratorInternal = New VisualBasicSyntaxGeneratorInternal()
6 references to VisualBasicSyntaxGeneratorInternal
Microsoft.CodeAnalysis.VisualBasic.Features (1)
AddFileBanner\VisualBasicAddFileBannerNewDocumentFormattingProvider.vb (1)
25Protected Overrides ReadOnly Property SyntaxGeneratorInternal As SyntaxGeneratorInternal = VisualBasicSyntaxGeneratorInternal.Instance
Microsoft.CodeAnalysis.VisualBasic.Workspaces (5)
CodeGeneration\VisualBasicSyntaxGenerator.vb (4)
34Friend Overrides ReadOnly Property SyntaxGeneratorInternal As SyntaxGeneratorInternal = VisualBasicSyntaxGeneratorInternal.Instance 109Return VisualBasicSyntaxGeneratorInternal.Parenthesize(expression, addSimplifierAnnotation) 455variables:=SyntaxFactory.SingletonSeparatedList(VisualBasicSyntaxGeneratorInternal.VariableDeclarator(type, identifier.ToModifiedIdentifier, expression))), 768declarators:=SyntaxFactory.SingletonSeparatedList(VisualBasicSyntaxGeneratorInternal.VariableDeclarator(type, name.ToModifiedIdentifier, initializer)))
OrganizeImports\VisualBasicOrganizeImportsService.Rewriter.vb (1)
25_newLineTrivia = VisualBasicSyntaxGeneratorInternal.Instance.EndOfLine(options.NewLine)