4 references to Count
mscorlib (4)
system\internal.cs (1)
277
vectorToCollectionAdapter.
Count
<T>();
system\runtime\interopservices\windowsruntime\vectortocollectionadapter.cs (3)
93
if (array.Length <= arrayIndex &&
Count
<T>() > 0)
96
if (array.Length - arrayIndex <
Count
<T>())
102
int count =
Count
<T>();