2 overrides of Count
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\Collections\CodeElementSnapshot.cs (1)
38
public override int
Count
CodeModel\Collections\NodeSnapshot.cs (1)
78
public override int
Count
1 reference to Count
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\Collections\Enumerator.cs (1)
37
if (_currentItemIndex >= _snapshot.
Count
- 1)