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