7 references to TakeStartLine
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\Http1Connection.cs (1)
189
if (
TakeStartLine
(ref reader))
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
Http1\Http1ConnectionTests.cs (2)
126
Assert.True(_http1Connection.
TakeStartLine
(ref reader));
1060
if (_http1Connection.
TakeStartLine
(ref reader))
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (4)
Http1ConnectionParsingOverheadBenchmark.cs (2)
81
if (!_http1Connection.
TakeStartLine
(ref reader))
97
if (!_http1Connection.
TakeStartLine
(ref reader))
RequestParsingBenchmark.cs (2)
154
if (!Http1Connection.
TakeStartLine
(ref reader))
186
if (!Http1Connection.
TakeStartLine
(ref reader))