14 references to Advance
Microsoft.AspNetCore.Server.Kestrel.Core (14)
Internal\Http\ChunkWriter.cs (2)
143
start.
Advance
(count);
155
start.
Advance
(2);
Internal\Http\Http1OutputProducer.cs (1)
662
writer.
Advance
(_advancedBytesForChunk);
src\Shared\ServerInfrastructure\BufferExtensions.cs (6)
123
buffer.
Advance
(sourceLength);
142
bufferWriter.
Advance
(1);
151
bufferWriter.
Advance
(2);
162
bufferWriter.
Advance
(3);
204
buffer.
Advance
(sourceLength);
230
buffer.
Advance
(bytesUsed);
src\Shared\ServerInfrastructure\BufferWriter.cs (5)
20
/// The result of the last call to <see cref="IBufferWriter{T}.GetSpan(int)"/>, less any bytes already "consumed" with <see cref="
Advance
(int)"/>.
26
/// The number of uncommitted bytes (all the calls to <see cref="
Advance
(int)"/> since the last call to <see cref="Commit"/>).
87
/// Copies the caller's buffer into this writer and calls <see cref="
Advance
(int)"/> with the length of the source buffer.
96
Advance
(source.Length);
148
Advance
(writable);