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