4 references to StreamWriter
Microsoft.Build (1)
Logging\BinaryLogger\BuildEventArgsReader.cs (1)
1845streamWriter = 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)
270StreamWriter 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)