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)
116GenerationOptions = options.GetCodeGenerationOptions(languageServices, fallbackOptions?.GenerationOptions), 123GenerationOptions = options.GetCodeGenerationOptions(languageServices, fallbackOptions?.GenerationOptions), 130return configOptions.GetCodeGenerationOptions(document.Project.Services, fallbackOptions);
Options\LegacyGlobalCodeActionOptionsWorkspaceService.cs (1)
69=> ValueTaskFactory.FromResult(_options.GetCodeGenerationOptions(languageServices, fallbackOptions: null));