Implemented interface member:
4 references to Count
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\HttpHeaders.cs (1)
269var debugText = $"Count = {Count}";
Internal\Http2\Http2FrameWriter.cs (1)
235else if (completed && stream.ResponseTrailers is { Count: > 0 })
Internal\Http2\Http2OutputProducer.cs (1)
372if (appCompleted && !_startedWritingDataFrames && (_stream.ResponseTrailers == null || _stream.ResponseTrailers.Count == 0))
Internal\Http3\Http3OutputProducer.cs (1)
407if (readResult.IsCompleted && _stream.ResponseTrailers?.Count > 0)