2 writes to FormattingOptions
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeCleanup\CodeCleanupOptionsProviders.cs (2)
21FormattingOptions = options.GetSyntaxFormattingOptions(languageServices), 36FormattingOptions = SyntaxFormattingOptionsProviders.GetDefault(languageServices),
2 references to FormattingOptions
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\CodeCleanup\CodeCleanupOptions.cs (2)
24SeparateImportDirectiveGroups = FormattingOptions.SeparateImportDirectiveGroups, 26NewLine = FormattingOptions.LineFormatting.NewLine,