8 references to Count
Microsoft.CodeAnalysis (8)
InternalUtilities\OneOrMany.cs (4)
91=> Count == 0; 194if (Count != other.Count) 248return _index < _collection.Count;
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++)