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