Implemented interface member:
5 references to Count
Microsoft.Build (5)
Collections\RetrievableEntryHashSet\RetrievableEntryHashSet.cs (4)
638
if (index < 0 ||
Count
> array.Length - index)
875
if (this.
Count
!= other.
Count
)
899
T[] newArray = new T[
Count
];
Definition\Project.cs (1)
4354
if (Targets.
Count
> 0)