Base:
method
Advance
System.IO.Pipelines.PipeWriter.Advance(System.Int32)
1 reference to Advance
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
HttpResponsePipeWriterTests.cs (1)
19
var ex = Assert.Throws<ObjectDisposedException>(() => { pipeWriter.
Advance
(1); });