3 references to Count
Microsoft.CodeAnalysis.Workspaces (3)
FindSymbols\FindReferences\DependentTypeFinder.cs (1)
259Debug.Assert(infos.Count > 0);
FindSymbols\SymbolTree\SymbolTreeInfo_Serialization.cs (1)
143writer.WriteInt32(values.Count);
src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (1)
52Debug.Assert(_count == v.Count);