3 references to GetImplementTypeOptions
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
Options\GlobalOptionsTests.cs (1)
192VerifyDataMembersHaveNonDefaultValues(globalOptions.GetImplementTypeOptions(language), ImplementTypeOptions.Default, language);
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\Options\CodeActionOptionsStorage.cs (1)
31ImplementTypeOptions = globalOptions.GetImplementTypeOptions(languageServices.Language),
Features\Options\ImplementTypeOptionsStorage.cs (1)
20=> new(globalOptions.GetImplementTypeOptions(languageServices.Language),