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); 5137Debug.Assert(variables.Count == 0); 5199Debug.Assert(list.Count > 0); 6449Debug.Assert(list.Count > 0); 7678if (((list.Count & 1) == 0)) 7688for (int i = 0; i < list.Count; i++) 7721if (list.Count < 2) 7723if (list.Count < 1) 7863Debug.Assert(list.Count > 0); 10216Debug.Assert(variables.Count == 0); 12556if (list.Count < 2) 13945Debug.Assert(list.Count > 0);