8 references to Count
Microsoft.CodeAnalysis (8)
MetadataReference\AssemblyIdentityMap.cs (2)
40for (int i = 0; i < sameName.Count; i++) 81for (int i = 0; i < sameName.Count; i++)
SourceGeneration\Nodes\NodeStateTable.cs (1)
626public int Count => _items.Count;
SourceGeneration\Nodes\PredicateSyntaxStrategy.cs (1)
74for (int i = 0; i < removedNodes.Count; i++)
src\Dependencies\Collections\OneOrMany.cs (4)
90=> Count == 0; 193if (Count != other.Count) 247return _index < _collection.Count;