Implemented interface members:
4 references to Count
Microsoft.Extensions.Http.Diagnostics (1)
Logging\Internal\HttpHeadersReader.cs (1)
37_headersCountThreshold = _requestHeadersToLog.Count;
System.Collections.Immutable (3)
System\Collections\Frozen\FrozenDictionary.cs (3)
368/// <inheritdoc cref="Count" /> 384if (destination.Length < Count) 419if (array.Length - index < Count)