Implemented interface member:
10 references to Count
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\HttpHeaders.cs (1)
269var debugText = $"Count = {Count}";
Internal\Http2\Http2FrameWriter.cs (1)
266else if (completed && stream.ResponseTrailers is { Count: > 0 })
Internal\Http2\Http2OutputProducer.cs (1)
376if (appCompleted && !_startedWritingDataFrames && (_stream.ResponseTrailers == null || _stream.ResponseTrailers.Count == 0))
Internal\Http3\Http3OutputProducer.cs (1)
421if (readResult.IsCompleted && _stream.ResponseTrailers?.Count > 0)
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (6)
HttpRequestHeadersTests.cs (6)
759var count = headers.Count; 771count = headers.Count; 783count = headers.Count; 808var count = headers.Count; 819count = headers.Count; 830count = headers.Count;