Implemented interface members:
5 references to Count
System.Collections.Immutable (5)
System\Collections\Frozen\FrozenDictionary.cs (5)
316/// <inheritdoc cref="Count" /> 332if (destination.Length < Count) 367if (array.Length - index < Count) 556Count == 0 ? ((IList<KeyValuePair<TKey, TValue>>)Array.Empty<KeyValuePair<TKey, TValue>>()).GetEnumerator() : 561Count == 0 ? Array.Empty<KeyValuePair<TKey, TValue>>().GetEnumerator() :