23 implementations of Advance
Microsoft.AspNetCore.Components.Server (3)
BlazorPack\SequenceOfT.cs (1)
165public void Advance(int count)
src\Shared\PooledArrayBufferWriter.cs (1)
112public void Advance(int count)
src\SignalR\common\Shared\MemoryBufferWriter.cs (1)
103public void Advance(int count)
Microsoft.AspNetCore.Diagnostics.Middleware (1)
src\Shared\BufferWriterPool\BufferWriter.cs (1)
119public void Advance(int count)
Microsoft.AspNetCore.Http.Connections (1)
src\SignalR\common\Shared\MemoryBufferWriter.cs (1)
103public void Advance(int count)
Microsoft.AspNetCore.HttpLogging (1)
BufferingStream.cs (1)
106public void Advance(int bytes)
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
src\Shared\PooledArrayBufferWriter.cs (1)
112public void Advance(int count)
Microsoft.AspNetCore.OpenApi (1)
src\SignalR\common\Shared\MemoryBufferWriter.cs (1)
103public void Advance(int count)
Microsoft.AspNetCore.OutputCaching (1)
RecyclableArrayBufferWriter.cs (1)
43public void Advance(int count)
Microsoft.AspNetCore.SignalR.Client.Tests (1)
src\SignalR\common\Shared\MemoryBufferWriter.cs (1)
103public void Advance(int count)
Microsoft.AspNetCore.SignalR.Common (1)
src\SignalR\common\Shared\MemoryBufferWriter.cs (1)
103public void Advance(int count)
Microsoft.AspNetCore.SignalR.Common.Tests (1)
Internal\Protocol\Utf8BufferTextWriterTests.cs (1)
359public void Advance(int count)
Microsoft.AspNetCore.SignalR.Protocols.MessagePack (1)
src\SignalR\common\Shared\MemoryBufferWriter.cs (1)
103public void Advance(int count)
Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson (1)
src\SignalR\common\Shared\MemoryBufferWriter.cs (1)
103public void Advance(int count)
Microsoft.AspNetCore.SignalR.Specification.Tests (1)
src\SignalR\common\Shared\MemoryBufferWriter.cs (1)
103public void Advance(int count)
Microsoft.AspNetCore.SignalR.StackExchangeRedis (1)
src\SignalR\common\Shared\MemoryBufferWriter.cs (1)
103public void Advance(int count)
Microsoft.Extensions.Caching.Hybrid (1)
Internal\RecyclableArrayBufferWriter.cs (1)
83public void Advance(int count)
Microsoft.Extensions.Diagnostics.ResourceMonitoring (1)
src\Shared\BufferWriterPool\BufferWriter.cs (1)
119public void Advance(int count)
Microsoft.Extensions.Http.Diagnostics (1)
src\Shared\BufferWriterPool\BufferWriter.cs (1)
119public void Advance(int count)
Shared (1)
BufferWriterPool\BufferWriter.cs (1)
119public void Advance(int count)
System.IO.Pipelines (1)
System\IO\Pipelines\PipeWriter.cs (1)
63public abstract void Advance(int bytes);
System.Memory (1)
src\libraries\Common\src\System\Buffers\ArrayBufferWriter.cs (1)
126public void Advance(int count)
System.Net.ServerSentEvents (1)
System\Net\ServerSentEvents\PooledByteBufferWriter.cs (1)
14public void Advance(int count) => _buffer.Commit(count);
60 references to Advance
http2cat (2)
src\Shared\ServerInfrastructure\BufferWriter.cs (2)
60/// Calls <see cref="IBufferWriter{T}.Advance(int)"/> on the underlying writer 71_output.Advance(buffered);
IIS.FunctionalTests (2)
src\Shared\ServerInfrastructure\BufferWriter.cs (2)
60/// Calls <see cref="IBufferWriter{T}.Advance(int)"/> on the underlying writer 71_output.Advance(buffered);
IIS.LongTests (2)
src\Shared\ServerInfrastructure\BufferWriter.cs (2)
60/// Calls <see cref="IBufferWriter{T}.Advance(int)"/> on the underlying writer 71_output.Advance(buffered);
IIS.NewHandler.FunctionalTests (2)
src\Shared\ServerInfrastructure\BufferWriter.cs (2)
60/// Calls <see cref="IBufferWriter{T}.Advance(int)"/> on the underlying writer 71_output.Advance(buffered);
IIS.NewShim.FunctionalTests (2)
src\Shared\ServerInfrastructure\BufferWriter.cs (2)
60/// Calls <see cref="IBufferWriter{T}.Advance(int)"/> on the underlying writer 71_output.Advance(buffered);
IIS.ShadowCopy.Tests (2)
src\Shared\ServerInfrastructure\BufferWriter.cs (2)
60/// Calls <see cref="IBufferWriter{T}.Advance(int)"/> on the underlying writer 71_output.Advance(buffered);
IISExpress.FunctionalTests (2)
src\Shared\ServerInfrastructure\BufferWriter.cs (2)
60/// Calls <see cref="IBufferWriter{T}.Advance(int)"/> on the underlying writer 71_output.Advance(buffered);
Microsoft.AspNetCore.Components.Server (3)
src\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\BufferWriter.cs (2)
126/// Calls <see cref="IBufferWriter{T}.Advance(int)"/> on the underlying writer 139_output.Advance(buffered);
src\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\MessagePackWriter.cs (1)
1073/// <seealso cref="IBufferWriter{T}.Advance(int)"/>
Microsoft.AspNetCore.Http.Connections.Common (2)
src\SignalR\common\Shared\Utf8BufferTextWriter.cs (2)
159_bufferWriter!.Advance(_memoryUsed); 198_bufferWriter!.Advance(_memoryUsed);
Microsoft.AspNetCore.OpenApi (2)
src\SignalR\common\Shared\Utf8BufferTextWriter.cs (2)
159_bufferWriter!.Advance(_memoryUsed); 198_bufferWriter!.Advance(_memoryUsed);
Microsoft.AspNetCore.OutputCaching (1)
FormatterBinaryWriter.cs (1)
127target.Advance(offset);
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (2)
src\Shared\ServerInfrastructure\BufferWriter.cs (2)
60/// Calls <see cref="IBufferWriter{T}.Advance(int)"/> on the underlying writer 71_output.Advance(buffered);
Microsoft.AspNetCore.Server.IIS (2)
src\Shared\ServerInfrastructure\BufferWriter.cs (2)
60/// Calls <see cref="IBufferWriter{T}.Advance(int)"/> on the underlying writer 71_output.Advance(buffered);
Microsoft.AspNetCore.Server.Kestrel.Core (2)
src\Shared\ServerInfrastructure\BufferWriter.cs (2)
60/// Calls <see cref="IBufferWriter{T}.Advance(int)"/> on the underlying writer 71_output.Advance(buffered);
Microsoft.AspNetCore.Shared.Tests (2)
src\Shared\ServerInfrastructure\BufferWriter.cs (2)
60/// Calls <see cref="IBufferWriter{T}.Advance(int)"/> on the underlying writer 71_output.Advance(buffered);
Microsoft.AspNetCore.SignalR.Client.Tests (1)
src\SignalR\common\Shared\TextMessageFormatter.cs (1)
18output.Advance(1);
Microsoft.AspNetCore.SignalR.Common (3)
src\SignalR\common\Shared\TextMessageFormatter.cs (1)
18output.Advance(1);
src\SignalR\common\Shared\Utf8BufferTextWriter.cs (2)
159_bufferWriter!.Advance(_memoryUsed); 198_bufferWriter!.Advance(_memoryUsed);
Microsoft.AspNetCore.SignalR.Microbenchmarks (1)
src\SignalR\common\Shared\TextMessageFormatter.cs (1)
18output.Advance(1);
Microsoft.AspNetCore.SignalR.Protocols.Json (3)
src\SignalR\common\Shared\TextMessageFormatter.cs (1)
18output.Advance(1);
src\SignalR\common\Shared\Utf8BufferTextWriter.cs (2)
159_bufferWriter!.Advance(_memoryUsed); 198_bufferWriter!.Advance(_memoryUsed);
Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson (3)
src\SignalR\common\Shared\TextMessageFormatter.cs (1)
18output.Advance(1);
src\SignalR\common\Shared\Utf8BufferTextWriter.cs (2)
159_bufferWriter!.Advance(_memoryUsed); 198_bufferWriter!.Advance(_memoryUsed);
Microsoft.Extensions.Caching.SqlServer (2)
DatabaseOperations.cs (2)
331destination.Advance(read); 343destination.Advance(read);
System.Memory (6)
System\Buffers\BuffersExtensions.cs (2)
124writer.Advance(value.Length); 139writer.Advance(writeSize);
System\Text\EncodingExtensions.cs (4)
48writer.Advance(actualBytesWritten); 239writer.Advance(actualCharsWritten); 441writer.Advance(bytesWrittenJustNow); 534writer.Advance(charsWrittenJustNow);
System.Net.Security (5)
System\Net\NegotiateAuthenticationPal.ManagedNtlm.cs (3)
759signature.Advance(SignatureLength); 775outputWriter.Advance(input.Length + SignatureLength); 802outputWriter.Advance(input.Length - SignatureLength);
System\Net\NegotiateAuthenticationPal.Unix.cs (2)
354outputWriter.Advance(encryptedBuffer.Span.Length); 382outputWriter.Advance(decryptedBuffer.Span.Length);
System.Net.ServerSentEvents (3)
System\Net\ServerSentEvents\Helpers.cs (3)
26writer.Advance(bytesWritten); 42writer.Advance(value.Length); 65writer.Advance(bytesWritten);
System.Text.Json (3)
System\Text\Json\Writer\Utf8JsonWriter.cs (3)
454_output.Advance(BytesPending); 568_output.Advance(BytesPending); 1215_output.Advance(BytesPending);