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)
2288
Debug.Assert(list.
Count
> 0);
5322
Debug.Assert(variables.
Count
== 0);
5384
Debug.Assert(list.
Count
> 0);
6694
Debug.Assert(list.
Count
> 0);
7923
if (((list.
Count
& 1) == 0))
7933
for (int i = 0; i < list.
Count
; i++)
7962
if (list.
Count
< 2)
7964
if (list.
Count
< 1)
8104
Debug.Assert(list.
Count
> 0);
10539
Debug.Assert(variables.
Count
== 0);
12893
if (list.
Count
< 2)
14295
Debug.Assert(list.
Count
> 0);