7 references to Count
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (7)
src\Compilers\Core\Portable\Collections\ImmutableArrayExtensions.cs (3)
945
if (items.
Count
== 0)
950
if (items.
Count
== 1)
955
var builder = new T[self.Length + items.
Count
];
src\Compilers\Core\Portable\Collections\TemporaryArray`1.cs (4)
200
if (_count + items.
Count
<= InlineCapacity)
232
var count = this.
Count
;
282
switch (this.
Count
)
462
if (_nextIndex >= _array.
Count
)