2 references to SyntaxFormattingOptionsProviders
Microsoft.CodeAnalysis.BannedApiAnalyzers (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeCleanup\CodeCleanupOptionsProviders.cs (1)
36FormattingOptions = SyntaxFormattingOptionsProviders.GetDefault(languageServices),
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Indentation\IndentationOptionsProviders.cs (1)
13=> new(SyntaxFormattingOptionsProviders.GetDefault(languageServices));