3 references to Instance
Microsoft.CodeAnalysis.VisualBasic.Features (1)
AddFileBanner\VisualBasicAddFileBannerNewDocumentFormattingProvider.vb (1)
25Protected Overrides ReadOnly Property SyntaxGeneratorInternal As SyntaxGeneratorInternal = VisualBasicSyntaxGeneratorInternal.Instance
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
CodeGeneration\VisualBasicSyntaxGenerator.vb (1)
34Friend Overrides ReadOnly Property SyntaxGeneratorInternal As SyntaxGeneratorInternal = VisualBasicSyntaxGeneratorInternal.Instance
OrganizeImports\VisualBasicOrganizeImportsService.Rewriter.vb (1)
25_newLineTrivia = VisualBasicSyntaxGeneratorInternal.Instance.EndOfLine(options.NewLine)