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