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