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