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