3 writes to _tailMemory
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Infrastructure\PipeWriterHelpers\ConcurrentPipeWriter.cs (3)
105
_tailMemory
= _tailMemory.Slice(bytes);
244
_tailMemory
= null;
370
_tailMemory
= newSegment.AvailableMemory;
5 references to _tailMemory
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Infrastructure\PipeWriterHelpers\ConcurrentPipeWriter.cs (5)
76
return
_tailMemory
;
87
return
_tailMemory
.Span;
98
if ((uint)bytes > (uint)
_tailMemory
.Length)
105
_tailMemory =
_tailMemory
.Slice(bytes);
334
int bytesLeftInBuffer =
_tailMemory
.Length;