1 write to CombinedSortedList
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AsyncCompletion\ItemManager.cs (1)
140
sessionData.
CombinedSortedList
= combinedItemList;
3 references to CombinedSortedList
Microsoft.CodeAnalysis.EditorFeatures (3)
IntelliSense\AsyncCompletion\CompletionSource.cs (1)
343
if (sessionData.
CombinedSortedList
is null)
IntelliSense\AsyncCompletion\ItemManager.cs (2)
112
if (sessionData.
CombinedSortedList
is not null)
115
data = new AsyncCompletionSessionDataSnapshot(sessionData.
CombinedSortedList
, data.Snapshot, data.Trigger, data.InitialTrigger, data.SelectedFilters,