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