Implemented interface member:
2 references to Count
Microsoft.Extensions.Http.Diagnostics (1)
Logging\Internal\HttpHeadersReader.cs (1)
76var headersCount = headers.NonValidated.Count;
System.Net.WebSockets.Client (1)
System\Net\WebSockets\HttpResponseHeadersReadOnlyCollection.cs (1)
41public int Count => _headers.Count;