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)
76
destination.
Advance
(length);
89
destination.
Advance
(length);
123
destination.
Advance
(end);
130
destination.
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.