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