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)
1557if ((dimensionList.Count & 1) == 0)
Parser\LanguageParser.cs (12)
2321Debug.Assert(list.Count > 0); 5318Debug.Assert(variables.Count == 0); 5376Debug.Assert(list.Count > 0); 6668Debug.Assert(list.Count > 0); 7897if (((list.Count & 1) == 0)) 7907for (int i = 0; i < list.Count; i++) 7936if (list.Count < 2) 7938if (list.Count < 1) 8078Debug.Assert(list.Count > 0); 10531Debug.Assert(variables.Count == 0); 12902if (list.Count < 2) 14350Debug.Assert(list.Count > 0);