2 references to GetNamingStylePreferences
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\Options\CompletionOptionsStorage.cs (1)
28NamingStyleFallbackOptions = options.GetNamingStylePreferences(language),
Features\Options\GlobalCodeActionOptionsProvider.cs (1)
73=> ValueTaskFactory.FromResult(_globalOptions.GetNamingStylePreferences(languageServices.Language));