5 references to GetCodeGenerationOptions
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Options\CodeGenerationOptionsStorage.cs (1)
21
=> globalOptions.
GetCodeGenerationOptions
(languageServices, fallbackOptions: null);
Microsoft.CodeAnalysis.Workspaces (4)
CodeGenerationOptions.cs (3)
116
GenerationOptions = options.
GetCodeGenerationOptions
(languageServices, fallbackOptions?.GenerationOptions),
123
GenerationOptions = options.
GetCodeGenerationOptions
(languageServices, fallbackOptions?.GenerationOptions),
130
return configOptions.
GetCodeGenerationOptions
(document.Project.Services, fallbackOptions);
Options\LegacyGlobalCodeActionOptionsWorkspaceService.cs (1)
69
=> ValueTaskFactory.FromResult(_options.
GetCodeGenerationOptions
(languageServices, fallbackOptions: null));