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)
1559
if ((dimensionList.
Count
& 1) == 0)
Parser\LanguageParser.cs (12)
2245
Debug.Assert(list.
Count
> 0);
5135
Debug.Assert(variables.
Count
== 0);
5197
Debug.Assert(list.
Count
> 0);
6447
Debug.Assert(list.
Count
> 0);
7676
if (((list.
Count
& 1) == 0))
7686
for (int i = 0; i < list.
Count
; i++)
7719
if (list.
Count
< 2)
7721
if (list.
Count
< 1)
7861
Debug.Assert(list.
Count
> 0);
10185
Debug.Assert(variables.
Count
== 0);
12525
if (list.
Count
< 2)
13914
Debug.Assert(list.
Count
> 0);