2 writes to _next
Microsoft.AspNetCore.Server.Kestrel.Core (2)
src\Shared\Buffers\BufferSegment.cs (2)
46
_next
= value;
82
_next
= null;
1 reference to _next
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\Shared\Buffers\BufferSegment.cs (1)
42
get =>
_next
;