9 references to Count
Microsoft.CodeAnalysis (9)
MetadataReference\AssemblyIdentityMap.cs (2)
40
for (int i = 0; i < sameName.
Count
; i++)
81
for (int i = 0; i < sameName.
Count
; i++)
SourceGeneration\Nodes\NodeStateTable.cs (1)
626
public int Count => _items.
Count
;
SourceGeneration\Nodes\PredicateSyntaxStrategy.cs (1)
74
for (int i = 0; i < removedNodes.
Count
; i++)
src\Dependencies\Collections\OneOrMany.cs (5)
92
=>
Count
== 0;
195
if (
Count
!= other.
Count
)
249
return _index < _collection.
Count
;
264
=> "Count = " +
Count
;