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