7 writes to ExpandedCompletionBehavior
Microsoft.CodeAnalysis.EditorFeatures (5)
IntelliSense\AsyncCompletion\CompletionSource.cs (5)
280
options with {
ExpandedCompletionBehavior
= ExpandedCompletionMode.NonExpandedItemsOnly }, cancellationToken).ConfigureAwait(false);
290
options with {
ExpandedCompletionBehavior
= ExpandedCompletionMode.AllItems }, cancellationToken).ConfigureAwait(false);
306
options with {
ExpandedCompletionBehavior
= ExpandedCompletionMode.ExpandedItemsOnly }, expandeditemsTaskCancellationToken).ConfigureAwait(false);
321
options with {
ExpandedCompletionBehavior
= ExpandedCompletionMode.NonExpandedItemsOnly }, cancellationToken).ConfigureAwait(false);
417
ExpandedCompletionBehavior
= ExpandedCompletionMode.ExpandedItemsOnly
Microsoft.CodeAnalysis.Features (1)
SpellCheck\AbstractSpellCheckCodeFixProvider.cs (1)
125
ExpandedCompletionBehavior
= ExpandedCompletionMode.NonExpandedItemsOnly
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Completion\CompletionHandler.cs (1)
450
ExpandedCompletionBehavior
= ExpandedCompletionMode.NonExpandedItemsOnly
1 reference to ExpandedCompletionBehavior
Microsoft.CodeAnalysis.Features (1)
Completion\CompletionService.ProviderManager.cs (1)
172
providers = options.
ExpandedCompletionBehavior
switch