9 references to ExpandedCount
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (9)
IntelliSense\CSharpCompletionCommandHandlerTests_DefaultsSource.vb (9)
510Assert.Equal(completionService.RegularCount + completionService.ExpandedCount, items.Count) 511Assert.Equal(completionService.ExpandedCount, items.Where(Function(x) x.Flags.IsExpanded()).Count()) 538expandedCount = completionService.ExpandedCount 549Assert.True((completionService.RegularCount + completionService.ExpandedCount) = items.Count, $"Backspace number: {i}expected: {completionService.RegularCount + completionService.ExpandedCount}, actual: {items.Count} ") 550Assert.Equal(completionService.ExpandedCount, items.Where(Function(x) x.Flags.IsExpanded()).Count()) 674Dim builder = ArrayBuilder(Of CompletionItem).GetInstance(RegularCount + ExpandedCount) 677Await CreateExpandedItems(builder, ExpandedCount) 679Await CreateExpandedItems(builder, ExpandedCount)