5 references to GetCleanCodeGenerationOptions
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Features\Options\CodeGenerationOptionsStorage.cs (1)
18
=> document.GetCleanCodeGenerationOptionsAsync(globalOptions.
GetCleanCodeGenerationOptions
(document.Project.Services), cancellationToken);
Features\Options\GlobalCodeActionOptionsProvider.cs (1)
76
=> ValueTaskFactory.FromResult(_globalOptions.
GetCleanCodeGenerationOptions
(languageServices));
Features\Options\IdeAnalyzerOptionsStorage.cs (1)
33
CleanCodeGenerationOptions = supportsLanguageSpecificOptions ? globalOptions.
GetCleanCodeGenerationOptions
(languageServices) : null,
Features\Options\MetadataAsSourceOptionsStorage.cs (1)
14
=> new(GenerationOptions: globalOptions.
GetCleanCodeGenerationOptions
(languageServices))
Microsoft.VisualStudio.LanguageServices (1)
Venus\ContainedLanguageCodeSupport.cs (1)
221
var fallbackOptions = globalOptions.
GetCleanCodeGenerationOptions
(targetDocument.Project.Services);