Base:
method
FlushAsync
System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)
10 references to FlushAsync
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (10)
ConcurrentPipeWriterTests.cs (10)
42
flushTask = concurrentPipeWriter.
FlushAsync
();
58
flushTask = concurrentPipeWriter.
FlushAsync
();
107
flushTask0 = concurrentPipeWriter.
FlushAsync
();
115
flushTask1 = concurrentPipeWriter.
FlushAsync
();
205
flushTask0 = concurrentPipeWriter.
FlushAsync
();
229
flushTask1 = concurrentPipeWriter.
FlushAsync
();
288
flushTask0 = concurrentPipeWriter.
FlushAsync
();
357
flushTask0 = concurrentPipeWriter.
FlushAsync
();
365
flushTask1 = concurrentPipeWriter.
FlushAsync
();
386
flushTask2 = concurrentPipeWriter.
FlushAsync
();