27 references to Commit
Microsoft.AspNetCore.Server.Kestrel.Core (9)
Internal\Http\Http1OutputProducer.cs (7)
180writer.Commit(); 333writer.Commit(); 361writer.Commit(); 384writer.Commit(); 406writer.Commit(); 594writer.Commit(); 622writer.Commit();
src\Shared\ServerInfrastructure\BufferWriter.cs (2)
26/// The number of uncommitted bytes (all the calls to <see cref="Advance(int)"/> since the last call to <see cref="Commit"/>). 126Commit();
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (17)
BufferWriterTests.cs (10)
65writer.Commit(); 84writer.Commit(); 99writer.Commit(); 111writer.Commit(); 125writer.Commit(); 141writer.Commit(); 174writer.Commit(); 190writer.Commit(); 197writer.Commit(); 223writer.Commit();
PipelineExtensionTests.cs (7)
42writer.Commit(); 59writer.Commit(); 85writer.Commit(); 110writer.Commit(); 140writer.Commit(); 157writer.Commit(); 190writer.Commit();
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
ChunkWriterBenchmark.cs (1)
53writer.Commit();