5 references to NonExpandedItemsOnly
Microsoft.CodeAnalysis.EditorFeatures (2)
IntelliSense\AsyncCompletion\CompletionSource.cs (2)
268options with { ExpandedCompletionBehavior = ExpandedCompletionMode.NonExpandedItemsOnly }, cancellationToken).ConfigureAwait(false); 290options with { ExpandedCompletionBehavior = ExpandedCompletionMode.NonExpandedItemsOnly }, cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.Features (2)
Completion\CompletionService.ProviderManager.cs (1)
182ExpandedCompletionMode.NonExpandedItemsOnly => providers.WhereAsArray(p => !p.IsExpandItemProvider),
SpellCheck\AbstractSpellCheckCodeFixProvider.cs (1)
125ExpandedCompletionBehavior = ExpandedCompletionMode.NonExpandedItemsOnly
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Completion\Extensions.cs (1)
31ExpandedCompletionBehavior = ExpandedCompletionMode.NonExpandedItemsOnly,