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