Implemented interface member:
5 references to Count
Microsoft.VisualStudio.LanguageServices (5)
TableDataSource\AbstractTableEntriesSnapshot.cs (5)
76if (newerSnapshot is not AbstractTableEntriesSnapshot<TItem> ourSnapshot || ourSnapshot.Count == 0) 83if (Count == ourSnapshot.Count) 93for (var i = 0; i < ourSnapshot.Count; i++) 257expandedContent = GetOrCreateTextBlock(ref _descriptions, this.Count, index, item, i => GetDescriptionTextBlock(i));