7 references to Count
Microsoft.CodeAnalysis.CodeStyle (7)
J\s\src\Compilers\Core\Portable\Collections\ImmutableArrayExtensions.cs\ImmutableArrayExtensions.cs (3)
760
if (items.
Count
== 0)
765
if (items.
Count
== 1)
770
var builder = ArrayBuilder<T>.GetInstance(self.Length + items.
Count
);
NamingStyle.cs (2)
407
var newWords = new string[parts.
Count
];
408
for (var i = 0; i < parts.
Count
; i++)
TemporaryArray`1.cs (2)
187
if (_count + items.
Count
<= InlineCapacity)
337
if (_nextIndex >= _array.
Count
)