1 override of AutoFlush
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\IO\StreamWriter.cs (1)
1020public override bool AutoFlush { get => false; set { } }
12 writes to AutoFlush
aspire (1)
Diagnostics\FileLoggerProvider.cs (1)
79AutoFlush = true
HttpStress (1)
Program.cs (1)
74new HttpEventListener(logPath != "console" ? new StreamWriter(logPath) { AutoFlush = true } : null);
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
ViewComponents\ContentViewComponentResultTest.cs (1)
50var writer = new StreamWriter(stream) { AutoFlush = true };
ViewComponents\HtmlContentViewComponentResultTest.cs (1)
50var writer = new StreamWriter(stream) { AutoFlush = true };
Microsoft.Build (2)
Logging\BinaryLogger\BuildEventArgsReader.cs (1)
1846streamWriter.AutoFlush = true;
Logging\FileLogger.cs (1)
119_fileWriter.AutoFlush = _autoFlush;
Microsoft.DotNet.SignCheckLibrary (1)
Logging\FileLogger.cs (1)
55ErrorWriter.AutoFlush = true;
Microsoft.VisualBasic.Core (2)
Microsoft\VisualBasic\CompilerServices\VB6OutputFile.vb (1)
62m_sw.AutoFlush = True
Microsoft\VisualBasic\CompilerServices\VB6RandomFile.vb (1)
104m_sw.AutoFlush = True
Stress.ApiService (1)
ConsoleStresser.cs (1)
13con.AutoFlush = true;
System.Console (1)
System\Console.cs (1)
247AutoFlush = true
System.Diagnostics.Process (1)
System\Diagnostics\Process.cs (1)
1301AutoFlush = true