Implemented interface member:
6 references to Count
Microsoft.Build (6)
Collections\PropertyDictionary.cs (1)
560
List<TResult> result = new(hashSet.
Count
);
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)
4361
if (Targets.
Count
> 0)