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