4 writes to End
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Infrastructure\PipeWriterHelpers\ConcurrentPipeWriter.cs (2)
252
_tail.
End
+= _tailBytesBuffered;
343
_tail.
End
+= _tailBytesBuffered;
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
HttpParserBenchmark.cs (2)
24
segment.
End
= split;
27
next.
End
= split;
2 references to End
Microsoft.AspNetCore.Server.Kestrel.Core (2)
src\Shared\Buffers\BufferSegment.cs (2)
92
public int Length =>
End
;
97
get => AvailableMemory.Length -
End
;