8 references to Count
Microsoft.CodeAnalysis.Collections.Package (8)
Extensions\ImmutableArrayExtensions.cs (3)
1018
if (items.
Count
== 0)
1023
if (items.
Count
== 1)
1028
var builder = new T[self.Length + items.
Count
];
TemporaryArray`1.cs (4)
202
if (_count + items.
Count
<= InlineCapacity)
234
var count = this.
Count
;
284
switch (this.
Count
)
464
if (_nextIndex >= _array.
Count
)
TemporaryArrayExtensions.cs (1)
113
=> array.
Count
> 0 ? array[0] : default;