6 references to GetCodeGenerationOptions
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Options\ExtractMethodOptionsStorage.cs (1)
17CodeGenerationOptions = globalOptions.GetCodeGenerationOptions(languageServices),
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (2)
Options\LspOptionsTests.cs (2)
32Assert.NotNull(globalOptions.GetCodeGenerationOptions(project)); 45Assert.NotNull(globalOptions.GetCodeGenerationOptions(project));
Microsoft.CodeAnalysis.Workspaces (3)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\CodeGenerationOptionsProviders.cs (3)
23GenerationOptions = options.GetCodeGenerationOptions(languageServices), 30GenerationOptions = options.GetCodeGenerationOptions(languageServices), 37return configOptions.GetCodeGenerationOptions(document.Project.GetExtendedLanguageServices().LanguageServices);