10 references to Count
System.Private.CoreLib (10)
src\runtime\src\coreclr\tools\Common\System\Collections\Generic\ArrayBuilder.cs (4)
83
if (newItems.
Count
== 0)
85
EnsureCapacity(_count + newItems.
Count
);
86
Array.Copy(newItems._items, 0, _items, _count, newItems.
Count
);
87
_count += newItems.
Count
;
System\Reflection\Attribute.NativeAot.cs (1)
151
Attribute[] result = (Attribute[])Array.CreateInstance(actualElementType, attributes.
Count
);
System\Reflection\Runtime\General\Helpers.cs (1)
162
object[] result = (object[])Array.CreateInstance(actualElementType, attributes.
Count
);
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.InvokeMember.cs (4)
285
if (results.
Count
== 0)
294
if (results.
Count
> 0)
340
if (results.
Count
== 0)
349
if (results.
Count
> 0)