Implemented interface member:
5 references to Count
Microsoft.Build (5)
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)
4354if (Targets.Count > 0)