Implemented interface members:
2 references to Count
Microsoft.CodeAnalysis.Collections.Package (2)
ImmutableSegmentedDictionary`2+KeyCollection.cs (1)
22public int Count => _dictionary.Count;
ImmutableSegmentedDictionary`2+ValueCollection.cs (1)
22public int Count => _dictionary.Count;