8 references to Count
Microsoft.CodeAnalysis.Features (3)
Completion\Providers\ImportCompletionProvider\ExtensionMethodImportCompletionHelper.SymbolComputer.cs (2)
441if (methodInfos.Count == 0) 466if (methodInfos.Count == 0)
DocumentHighlighting\AbstractDocumentHighlightsService.cs (1)
269using var _2 = ArrayBuilder<HighlightSpan>.GetInstance(kvp.Value.Count, out var spans);
Microsoft.CodeAnalysis.Workspaces (3)
FindSymbols\FindReferences\DependentTypeFinder.cs (1)
251Debug.Assert(infos.Count > 0);
FindSymbols\SymbolTree\SymbolTreeInfo_Serialization.cs (1)
147writer.WriteInt32(values.Count);
MultiDictionary.cs (1)
52Debug.Assert(_count == v.Count);
Microsoft.VisualStudio.LanguageServices (2)
InheritanceMargin\InheritanceMarginHelpers.cs (2)
176if (targetsWithSameName.Count >= 2) 181if (distinctLanguageCount == targetsWithSameName.Count)