2 writes to End
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Infrastructure\PipeWriterHelpers\ConcurrentPipeWriter.cs (2)
243_tail.End += _tailBytesBuffered; 334_tail.End += _tailBytesBuffered;
2 references to End
Microsoft.AspNetCore.Server.Kestrel.Core (2)
src\Shared\Buffers\BufferSegment.cs (2)
92public int Length => End; 97get => AvailableMemory.Length - End;