Implemented interface member:
method
Advance
System.Buffers.IBufferWriter<T>.Advance(System.Int32)
4 references to Advance
Microsoft.Extensions.Http.Diagnostics (4)
Logging\Internal\HttpResponseBodyReader.cs (1)
79bufferWriter.Advance(charsWritten);
src\Shared\BufferWriterPool\BufferWriter.cs (3)
117/// You must request a new buffer after calling <see cref="Advance"/> to continue writing more data and cannot write to a previously acquired buffer. 135/// You must request a new buffer after calling <see cref="Advance"/> to continue writing more data and cannot write to a previously acquired buffer. 154/// You must request a new buffer after calling <see cref="Advance"/> to continue writing more data and cannot write to a previously acquired buffer.