31 references to FlushAsync
Aspire.Hosting.Browsers.Tests (3)
BrowserHostTests.cs (1)
147await _browserWrite.FlushAsync();
BrowserLogsCdpConnectionTests.cs (1)
401await stream.FlushAsync();
BrowserLogsPipeBrowserProcessLauncherTests.cs (1)
66await process.BrowserInput.FlushAsync().DefaultTimeout();
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlStreamNodeWriter.cs (1)
516await _stream.FlushAsync().ConfigureAwait(false);
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionContext.cs (1)
842await nonClonedContext.Response.Body.FlushAsync();
Microsoft.AspNetCore.Mvc.Core (1)
Formatters\SystemTextJsonOutputFormatter.cs (1)
121await transcodingStream.FlushAsync();
Microsoft.AspNetCore.Mvc.Razor (1)
RazorPageBase.cs (1)
701await ViewContext.HttpContext.Response.Body.FlushAsync();
Microsoft.AspNetCore.TestHost (1)
ResponseBodyWriterStream.cs (1)
49FlushAsync().GetAwaiter().GetResult();
Microsoft.AspNetCore.Watch.BrowserRefresh (2)
src\sdk\src\Dotnet.Watch\Web.Middleware\ResponseStreamWrapper.cs (1)
195await _baseStream.FlushAsync();
src\sdk\src\Dotnet.Watch\Web.Middleware\ScriptInjectingStream.cs (1)
296await FlushAsync();
Microsoft.Diagnostics.NETCore.Client (2)
DiagnosticsServerRouter\DiagnosticsServerRouterFactory.cs (2)
1575await _frontendStream.FlushAsync().ConfigureAwait(false); 1618await _backendStream.FlushAsync().ConfigureAwait(false);
Stress.ApiService (2)
Program.cs (2)
916await context.Response.Body.FlushAsync(); 922await context.Response.Body.FlushAsync();
System.IO.Pipelines (1)
System\IO\Pipelines\PipeWriterStream.cs (1)
54FlushAsync().GetAwaiter().GetResult();
System.Net.HttpListener (1)
System\Net\Managed\HttpResponseStream.Managed.cs (1)
110await _stream.FlushAsync().ConfigureAwait(false);
System.Net.Quic (1)
System\Net\Quic\QuicStream.Stream.cs (1)
211=> FlushAsync().GetAwaiter().GetResult();
System.Net.Requests (1)
System\Net\RequestStream.cs (1)
150await _internalStream.FlushAsync().ConfigureAwait(false);
System.Net.Security (1)
System\Net\Security\AuthenticatedStream.cs (1)
74new ValueTask(_innerStream.FlushAsync()) :
System.Net.WebSockets (2)
System\Net\WebSockets\ManagedWebSocket.cs (2)
519Task flushTask = _stream.FlushAsync(); 571await _stream.FlushAsync().ConfigureAwait(false);
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\BinaryWriter.cs (1)
91return new ValueTask(OutStream.FlushAsync());
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\BufferedStream.cs (1)
246await FlushAsync().ConfigureAwait(false);
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\Strategies\BufferedFileStreamStrategy.cs (1)
99await FlushAsync().ConfigureAwait(false);
System.Private.DataContractSerialization (1)
System\Xml\XmlStreamNodeWriter.cs (1)
425await OutputStream.FlushAsync().ConfigureAwait(false);
System.Private.Xml (4)
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (2)
90await _stream.FlushAsync().ConfigureAwait(false); 604await _stream.FlushAsync().ConfigureAwait(false);
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (2)
89await _stream.FlushAsync().ConfigureAwait(false); 541await _stream.FlushAsync().ConfigureAwait(false);
System.ServiceModel.Primitives (2)
Internals\System\Xml\XmlMtomWriter.cs (2)
1250await contentStream.FlushAsync(); 1297await contentStream.FlushAsync();