Implemented interface member:
method
Advance
System.Buffers.IBufferWriter<T>.Advance(System.Int32)
2 references to Advance
Microsoft.AspNetCore.Components.Server (2)
BlazorPack\SequenceOfT.cs (2)
173/// Gets writable memory that can be initialized and added to the sequence via a subsequent call to <see cref="Advance(int)"/>. 180/// Gets writable memory that can be initialized and added to the sequence via a subsequent call to <see cref="Advance(int)"/>.