4 references to GetCodeCleanupOptions
Microsoft.CodeAnalysis.EditorFeatures (1)
Options\TextBufferOptionProviders.cs (1)
84
var fallbackOptions = optionsProvider.GlobalOptions.
GetCodeCleanupOptions
(languageServices);
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Features\Options\CodeActionOptionsStorage.cs (1)
27
CleanupOptions = globalOptions.
GetCodeCleanupOptions
(languageServices),
Features\Options\CodeCleanupOptionsStorage.cs (1)
15
=> document.GetCodeCleanupOptionsAsync(globalOptions.
GetCodeCleanupOptions
(document.Project.Services), cancellationToken);
Features\Options\GlobalCodeActionOptionsProvider.cs (1)
67
=> ValueTaskFactory.FromResult(_globalOptions.
GetCodeCleanupOptions
(languageServices));