3 references to ExpandedItemsOnly
Microsoft.CodeAnalysis.EditorFeatures (2)
IntelliSense\AsyncCompletion\CompletionSource.cs (2)
284
options with { ExpandedCompletionBehavior = ExpandedCompletionMode.
ExpandedItemsOnly
, PerformSort = true },
356
ExpandedCompletionBehavior = ExpandedCompletionMode.
ExpandedItemsOnly
Microsoft.CodeAnalysis.Features (1)
Completion\CompletionService.ProviderManager.cs (1)
183
ExpandedCompletionMode.
ExpandedItemsOnly
=> providers.WhereAsArray(p => p.IsExpandItemProvider),