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)
157
if (array.Length - index < this.
Count
)
310
if (array.Length - index < list.
Count
)
319
int ICollection.Count => list.
Count
;