Implemented interface member:
property
Count
System.Collections.ICollection.Count
3 references to Count
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Collections\ListDictionaryInternal.cs (3)
157if (array.Length - index < this.Count) 310if (array.Length - index < list.Count) 319int ICollection.Count => list.Count;