Implemented interface member:
6 references to Count
Microsoft.Build (6)
Collections\PropertyDictionary.cs (1)
604
List<TResult> result = new(hashSet.
Count
);
Collections\RetrievableEntryHashSet\RetrievableEntryHashSet.cs (4)
635
if (index < 0 ||
Count
> array.Length - index)
872
if (this.
Count
!= other.
Count
)
896
T[] newArray = new T[
Count
];
Definition\Project.cs (1)
4368
if (Targets.
Count
> 0)