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