Implemented interface members:
6 references to Count
Microsoft.Extensions.Http.Diagnostics (1)
Logging\Internal\HttpHeadersReader.cs (1)
37
_headersCountThreshold = _requestHeadersToLog.
Count
;
System.Collections.Immutable (5)
System\Collections\Frozen\FrozenDictionary.cs (5)
368
/// <inheritdoc cref="
Count
" />
384
if (destination.Length <
Count
)
419
if (array.Length - index <
Count
)
635
Count
== 0 ? ((IList<KeyValuePair<TKey, TValue>>)Array.Empty<KeyValuePair<TKey, TValue>>()).GetEnumerator() :
640
Count
== 0 ? Array.Empty<KeyValuePair<TKey, TValue>>().GetEnumerator() :