9 references to Count
Microsoft.CodeAnalysis (9)
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 (5)
92=> Count == 0; 195if (Count != other.Count) 249return _index < _collection.Count; 264=> "Count = " + Count;