1 reference to GetNamingStylePreferencesAsync
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\CompletionProviders\DeclarationName\DeclarationNameRecommender.cs (1)
63
var namingStyleOptions = await document.
GetNamingStylePreferencesAsync
(completionContext.CompletionOptions.NamingStyleFallbackOptions, cancellationToken).ConfigureAwait(false);