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