11 references to Advance
IISExpress.FunctionalTests (11)
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);