Implemented interface member:
method
Advance
System.Buffers.IBufferWriter<T>.Advance(System.Int32)
7 references to Advance
Microsoft.Extensions.Diagnostics.ResourceMonitoring (7)
Linux\OSFileSystem.cs (4)
76destination.Advance(length); 89destination.Advance(length); 123destination.Advance(end); 130destination.Advance(end);
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.