59 references to End
Aspire.Dashboard (2)
Otlp\Http\OtlpHttpEndpointsBuilder.cs (2)
280httpContext.Request.BodyReader.AdvanceTo(result.Buffer.Start, result.Buffer.End); 290httpContext.Request.BodyReader.AdvanceTo(result.Buffer.End);
Aspire.Hosting (1)
Dcp\DcpHost.cs (1)
411reader.AdvanceTo(position, result.Buffer.End);
Microsoft.AspNetCore.Components.Server (2)
BlazorPack\SequenceOfT.cs (1)
119/// This is typically <see cref="ReadOnlySequence{T}.End"/> after reading all elements from that instance.
src\aspnetcore\src\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\SequenceReader.cs (1)
118this.nextPosition = this.sequence.End;
Microsoft.AspNetCore.Http.Connections (3)
Internal\Transports\LongPollingServerTransport.cs (1)
63_application.AdvanceTo(buffer.End);
Internal\Transports\ServerSentEventsServerTransport.cs (1)
76_application.AdvanceTo(buffer.End);
Internal\Transports\WebSocketsServerTransport.cs (1)
265_application.Input.AdvanceTo(buffer.End);
Microsoft.AspNetCore.Server.Kestrel.Core (39)
Internal\Http\Http1ChunkedEncodingMessageBody.cs (14)
285examined = readableBuffer.End; 379consumed = buffer.End; 380examined = buffer.End; 393examined = buffer.End; 408consumed = suffixBuffer.End; 409examined = suffixBuffer.End; 422consumed = suffixBuffer.End; 423examined = suffixBuffer.End; 454examined = buffer.End; 462examined = suffixBuffer.End; 466consumed = suffixBuffer.End; 482examined = buffer.End; 490examined = trailerBuffer.End; 494consumed = trailerBuffer.End;
Internal\Http\Http1Connection.cs (1)
895Input.AdvanceTo(reader.Position, isConsumed ? reader.Position : result.Buffer.End);
Internal\Http\Http1ContentLengthMessageBody.cs (1)
216var buffer = _readResult.Buffer.Slice(consumed, _readResult.Buffer.End);
Internal\Http\Http1MessageBody.cs (2)
57AdvanceTo(readResult.Buffer.End); 96AdvanceTo(result.Buffer.End);
Internal\Http\HttpRequestStream.cs (2)
128var consumed = buffer.End; 136consumed = slice.End;
Internal\Http\MessageBody.cs (1)
295if (examined.Equals(readResult.Buffer.End))
Internal\Http2\Http2Connection.cs (5)
388Input.AdvanceTo(buffer.Start, buffer.End); 560var examined = readableBuffer.End; 665examined = buffer.End; 677consumed = examined = preface.End; 1916reader.AdvanceTo(bufferSlice.End);
Internal\Http2\Http2FrameWriter.cs (1)
310reader.AdvanceTo(buffer.End);
Internal\Http3\Http3ControlStream.cs (4)
163var examined = readableBuffer.End; 266var examined = readableBuffer.End; 283examined = framePayload.End; 328consumed = payload.End;
Internal\Http3\Http3FrameReader.cs (1)
62readableBuffer = readableBuffer.Slice(framePayload.End);
Internal\Http3\Http3OutputProducer.cs (1)
453_pipeReader.AdvanceTo(readResult.Buffer.End);
Internal\Http3\Http3Stream.cs (2)
646var examined = readableBuffer.End; 660consumed = examined = framePayload.End;
Middleware\TlsListener.cs (1)
70input.AdvanceTo(buffer.Start, buffer.End);
src\aspnetcore\src\Shared\ServerInfrastructure\DuplexPipeStream.cs (2)
148_input.AdvanceTo(readableBuffer.End, readableBuffer.End);
src\aspnetcore\src\Shared\ServerInfrastructure\Http2\Http2FrameReader.cs (1)
73buffer = buffer.Slice(framePayload.End);
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicStreamContext.cs (1)
399var end = buffer.End;
Microsoft.AspNetCore.SignalR.Core (2)
HubConnectionContext.cs (1)
551var examined = buffer.End;
HubConnectionHandler.cs (1)
360input.AdvanceTo(buffer.Start, buffer.End);
Microsoft.AspNetCore.WebUtilities (3)
FormPipeReader.cs (3)
108_pipeReader.AdvanceTo(buffer.Start, buffer.End); 115_pipeReader.AdvanceTo(buffer.End); 124_pipeReader.AdvanceTo(buffer.Start, buffer.End);
System.IO.Pipelines (4)
System\IO\Pipelines\PipeReader.cs (2)
79AdvanceTo(buffer.Start, buffer.End); 275consumed = buffer.End;
System\IO\Pipelines\PipeReaderStream.cs (1)
129consumed = slice.End;
System\IO\Pipelines\SequencePipeReader.cs (1)
34if (consumed.Equals(_sequence.End))
System.Memory (1)
System\Buffers\SequenceReader.Search.cs (1)
754_currentPosition = Sequence.End;
System.Text.Json (1)
System\Text\Json\Serialization\PipeReadBufferState.cs (1)
44_utf8Json.AdvanceTo(_sequence.Slice(bytesConsumed).Start, _sequence.End);