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)
2247Debug.Assert(list.Count > 0); 5247Debug.Assert(variables.Count == 0); 5309Debug.Assert(list.Count > 0); 6557Debug.Assert(list.Count > 0); 7786if (((list.Count & 1) == 0)) 7796for (int i = 0; i < list.Count; i++) 7825if (list.Count < 2) 7827if (list.Count < 1) 7967Debug.Assert(list.Count > 0); 10375Debug.Assert(variables.Count == 0); 12712if (list.Count < 2) 14087Debug.Assert(list.Count > 0);