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