8 references to Count
Microsoft.CodeAnalysis.Collections.Package (8)
Extensions\ImmutableArrayExtensions.cs (3)
784
if (items.
Count
== 0)
789
if (items.
Count
== 1)
794
var builder = new T[self.Length + items.
Count
];
TemporaryArray`1.cs (4)
203
if (_count + items.
Count
<= InlineCapacity)
235
var count = this.
Count
;
285
switch (this.
Count
)
465
if (_nextIndex >= _array.
Count
)
TemporaryArrayExtensions.cs (1)
113
=> array.
Count
> 0 ? array[0] : default;