14 references to Count
Microsoft.CodeAnalysis (1)
Syntax\InternalSyntax\SeparatedSyntaxListBuilder.cs (1)
94
_builder!.AddRange(list, this.
Count
, Math.Min(count * 2, list.Count));
Microsoft.CodeAnalysis.CSharp (13)
Parser\DocumentationCommentParser.cs (1)
1557
if ((dimensionList.
Count
& 1) == 0)
Parser\LanguageParser.cs (12)
2247
Debug.Assert(list.
Count
> 0);
5145
Debug.Assert(variables.
Count
== 0);
5207
Debug.Assert(list.
Count
> 0);
6457
Debug.Assert(list.
Count
> 0);
7686
if (((list.
Count
& 1) == 0))
7696
for (int i = 0; i < list.
Count
; i++)
7725
if (list.
Count
< 2)
7727
if (list.
Count
< 1)
7867
Debug.Assert(list.
Count
> 0);
10220
Debug.Assert(variables.
Count
== 0);
12560
if (list.
Count
< 2)
13956
Debug.Assert(list.
Count
> 0);