6 references to Count
System.Collections.Immutable (6)
System\Collections\Frozen\Int32\Int32FrozenDictionary.cs (1)
60private protected override int CountCore => _hashTable.Count;
System\Collections\Frozen\Int32\Int32FrozenSet.cs (1)
40private protected override int CountCore => _hashTable.Count;
System\Collections\Frozen\ItemsFrozenSet.cs (1)
52private protected sealed override int CountCore => _hashTable.Count;
System\Collections\Frozen\KeysAndValuesFrozenDictionary.cs (1)
58private protected sealed override int CountCore => _hashTable.Count;
System\Collections\Frozen\String\OrdinalStringFrozenDictionary.cs (1)
73private protected override int CountCore => _hashTable.Count;
System\Collections\Frozen\String\OrdinalStringFrozenSet.cs (1)
62private protected override int CountCore => _hashTable.Count;