10 references to Count
Microsoft.CodeAnalysis.CodeStyle (10)
src\Compilers\Core\Portable\Collections\ImmutableArrayExtensions.cs (3)
945if (items.Count == 0) 950if (items.Count == 1) 955var builder = new T[self.Length + items.Count];
src\Compilers\Core\Portable\Collections\TemporaryArray`1.cs (4)
200if (_count + items.Count <= InlineCapacity) 232var count = this.Count; 282switch (this.Count) 462if (_nextIndex >= _array.Count)
src\Compilers\Core\Portable\Collections\TemporaryArrayExtensions.cs (1)
111=> array.Count > 0 ? array[0] : default;
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\NamingStyle.cs (2)
407var newWords = new string[parts.Count]; 408for (var i = 0; i < parts.Count; i++)