4 references to StreamWriter
Microsoft.Build (1)
Logging\BinaryLogger\BuildEventArgsReader.cs (1)
1845
streamWriter = new
StreamWriter
(stream, utf8noBom, 65536);
System.Diagnostics.Process (1)
System\Diagnostics\Process.cs (1)
1298
_standardInput = new
StreamWriter
(OpenStream(parentInputPipeHandle!, FileAccess.Write),
System.Net.HttpListener (1)
System\Net\Managed\HttpListenerResponse.Managed.cs (1)
270
StreamWriter writer = new
StreamWriter
(ms, encoding, 256);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\IO\StreamWriter.cs (1)
158
:
this
(ValidateArgsAndOpenPath(path, options), encoding, DefaultBufferSize)