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