17 overrides of Flush
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.CodeDom\Compiler\IndentTextWriter.cs (1)
134public override void Flush()
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\Buffering\BufferedTextWriter.cs (1)
42public override void Flush()
Microsoft.AspNetCore.Http.Connections.Common (1)
src\SignalR\common\Shared\Utf8BufferTextWriter.cs (1)
194public override void Flush()
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
Buffers\PagedBufferedTextWriter.cs (1)
24public override void Flush()
Buffers\ViewBufferTextWriter.cs (1)
252public override void Flush()
Microsoft.AspNetCore.OpenApi (1)
src\SignalR\common\Shared\Utf8BufferTextWriter.cs (1)
194public override void Flush()
Microsoft.AspNetCore.SignalR.Common (1)
src\SignalR\common\Shared\Utf8BufferTextWriter.cs (1)
194public override void Flush()
Microsoft.AspNetCore.SignalR.Protocols.Json (1)
src\SignalR\common\Shared\Utf8BufferTextWriter.cs (1)
194public override void Flush()
Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson (1)
src\SignalR\common\Shared\Utf8BufferTextWriter.cs (1)
194public override void Flush()
Microsoft.AspNetCore.WebUtilities (1)
HttpResponseStreamWriter.cs (1)
506public override void Flush()
Microsoft.Build (1)
BackEnd\Node\OutOfProcServerNode.cs (1)
461public override void Flush()
Microsoft.CodeAnalysis (1)
Text\LargeTextWriter.cs (1)
135public override void Flush()
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\CodeDom\Compiler\IndentedTextWriter.cs (1)
55public override void Flush() => _writer.Flush();
src\libraries\System.Private.CoreLib\src\System\IO\StreamWriter.cs (1)
267public override void Flush()
src\libraries\System.Private.CoreLib\src\System\IO\TextWriter.CreateBroadcasting.cs (1)
95public override void Flush()
src\libraries\System.Private.CoreLib\src\System\IO\TextWriter.cs (2)
700public override void Flush() { } 803public override void Flush() => _out.Flush();
61 references to Flush
BuildValidator (1)
Program.cs (1)
158Console.Out.Flush();
dotnet-svcutil-lib (10)
CodeSerializer.cs (1)
71writer.Flush();
FrameworkFork\Microsoft.CodeDom\Compiler\IndentTextWriter.cs (1)
136_writer.Flush();
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (2)
749writer.Flush(); 781writer.Flush();
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextWriter.cs (1)
999_textWriter.Flush();
FrameworkFork\System.ServiceModel\Internals\System\Runtime\Diagnostics\EtwDiagnosticTrace.cs (4)
199stringWriter.Flush(); 253stringWriter.Flush(); 342stringWriter.Flush(); 381stringWriter.Flush();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (1)
466writer.Flush();
InProcessWebSite (3)
src\Servers\IIS\IIS\test\testassets\InProcessWebSite\Program.cs (3)
34Console.Error.Flush(); 41Console.Error.Flush(); 48Console.Error.Flush();
IOperationGenerator (1)
IOperationClassWriter.cs (1)
157_writer.Flush();
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
Buffering\BufferedTextWriterTest.cs (1)
12Assert.Throws<NotSupportedException>(writer.Flush);
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Buffers\ViewBufferTextWriter.cs (1)
264_inner.Flush();
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
Buffers\ViewBufferTextWriterTest.cs (1)
90writer.Flush();
Microsoft.AspNetCore.Shared.Tests (1)
CommandLineApplicationTests.cs (1)
1097outWriter.Flush();
Microsoft.Build (1)
BackEnd\Node\OutOfProcServerNode.cs (1)
470_internalWriter.Flush();
Microsoft.Build.UnitTests.Shared (2)
StreamHelpers.cs (2)
28w.Flush(); 61w.Flush();
Microsoft.CodeAnalysis (2)
InternalUtilities\FailFast.cs (1)
83Console.Out.Flush();
Syntax\SyntaxDiffer.cs (1)
847writer.Flush();
Microsoft.CodeAnalysis.CodeStyle (1)
src\Compilers\Core\Portable\InternalUtilities\FailFast.cs (1)
83Console.Out.Flush();
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider (1)
src\Compilers\Core\Portable\InternalUtilities\FailFast.cs (1)
83Console.Out.Flush();
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
src\Compilers\Core\Portable\InternalUtilities\FailFast.cs (1)
83Console.Out.Flush();
Microsoft.CodeAnalysis.InteractiveHost (3)
Interactive\Core\InteractiveHost.cs (2)
142_output.Flush(); 148_errorOutput.Flush();
src\Compilers\Core\Portable\InternalUtilities\FailFast.cs (1)
83Console.Out.Flush();
Microsoft.CodeAnalysis.Test.Utilities (2)
Metadata\MetadataValidation.cs (2)
189mdw1.Flush(); 190mdw2.Flush();
Microsoft.CodeAnalysis.Workspaces (1)
src\Compilers\Core\Portable\InternalUtilities\FailFast.cs (1)
83Console.Out.Flush();
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Compilers\Core\Portable\InternalUtilities\FailFast.cs (1)
83Console.Out.Flush();
Microsoft.Extensions.Telemetry.Tests (4)
Latency\Internal\LatencyConsoleExporterTests.cs (4)
84a.Flush(); 106a.Flush(); 128a.Flush(); 150a.Flush();
Microsoft.Maui.Graphics.Text.Markdig (1)
Renderer\AttributedTextRenderer.cs (1)
37 Writer.Flush();
Microsoft.ML.StandardTrainers (1)
Optimizer\OptimizationMonitor.cs (1)
86Console.Error.Flush();
Microsoft.ML.Sweeper (2)
ConfigRunner.cs (2)
263standardOutputWriter.Flush(); 269standardErrorWriter.Flush();
MSBuild (2)
XMake.cs (2)
1114outputStream.Flush(); 1148outputStream.Flush();
RunTests (2)
ConsoleUtil.cs (2)
55Console.Out.Flush(); 58Console.Out.Flush();
System.Configuration.ConfigurationManager (1)
System\Configuration\XmlUtilWriter.cs (1)
111Writer.Flush();
System.Console (2)
System\Console.cs (2)
142s_out.Flush(); 147s_error.Flush();
System.Diagnostics.TextWriterTraceListener (1)
System\Diagnostics\TextWriterTraceListener.cs (1)
156_writer?.Flush();
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\CodeDom\Compiler\IndentedTextWriter.cs (1)
55public override void Flush() => _writer.Flush();
src\libraries\System.Private.CoreLib\src\System\IO\TextWriter.CreateBroadcasting.cs (1)
99writer.Flush();
src\libraries\System.Private.CoreLib\src\System\IO\TextWriter.cs (2)
672return Task.Factory.StartNew(static state => ((TextWriter)state!).Flush(), this, 803public override void Flush() => _out.Flush();
System.Private.Xml (5)
System\Xml\Core\XmlEncodedRawTextWriter.cs (2)
744_writer.Flush(); 776_writer?.Flush();
System\Xml\Core\XmlTextWriter.cs (1)
1034_textWriter.Flush();
System\Xml\Xsl\XsltOld\TextOnlyOutput.cs (1)
68_writer.Flush();
System\Xml\Xsl\XsltOld\TextOutput.cs (1)
46_writer.Flush();
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescription.cs (1)
336writer.Flush();
VBCSCompiler.UnitTests (1)
CompilerServerTests.cs (1)
165writer.Flush();