6 writes to ExpandedCompletionBehavior
Microsoft.CodeAnalysis.EditorFeatures (4)
IntelliSense\AsyncCompletion\CompletionSource.cs (4)
268options with { ExpandedCompletionBehavior = ExpandedCompletionMode.NonExpandedItemsOnly }, cancellationToken).ConfigureAwait(false); 284options with { ExpandedCompletionBehavior = ExpandedCompletionMode.ExpandedItemsOnly, PerformSort = true }, 290options with { ExpandedCompletionBehavior = ExpandedCompletionMode.NonExpandedItemsOnly }, cancellationToken).ConfigureAwait(false); 356ExpandedCompletionBehavior = ExpandedCompletionMode.ExpandedItemsOnly
Microsoft.CodeAnalysis.Features (1)
SpellCheck\AbstractSpellCheckCodeFixProvider.cs (1)
125ExpandedCompletionBehavior = ExpandedCompletionMode.NonExpandedItemsOnly
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Completion\Extensions.cs (1)
31ExpandedCompletionBehavior = ExpandedCompletionMode.NonExpandedItemsOnly,
1 reference to ExpandedCompletionBehavior
Microsoft.CodeAnalysis.Features (1)
Completion\CompletionService.ProviderManager.cs (1)
180providers = options.ExpandedCompletionBehavior switch