6 references to ISyntaxFormattingService
Microsoft.CodeAnalysis.BannedApiAnalyzers (6)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeCleanup\CodeCleanupHelpers.cs (2)
20
var
syntaxFormatting = document.GetRequiredLanguageService<
ISyntaxFormattingService
>();
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Formatting\SyntaxFormattingOptionsProviders.cs (4)
15
=> languageServices.GetRequiredService<
ISyntaxFormattingService
>().GetFormattingOptions(options);
20
var
formatting = document.GetRequiredLanguageService<
ISyntaxFormattingService
>();
25
=> languageServices.GetRequiredService<
ISyntaxFormattingService
>().DefaultOptions;