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