Base:
5 references to FlushAsync
Microsoft.AspNetCore.WebUtilities.Tests (5)
HttpResponseStreamWriterTest.cs (5)
152
await writer.
FlushAsync
();
174
await writer.
FlushAsync
();
192
await Assert.ThrowsAsync<IOException>(() => writer.
FlushAsync
());
721
await writer.
FlushAsync
();
916
await httpResponseStreamWriter.
FlushAsync
();