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