src\libraries\System.Private.CoreLib\src\System\IO\StreamWriter.cs (7)
75: this(stream, UTF8NoBOM, DefaultBufferSize, false)
80: this(stream, encoding, DefaultBufferSize, false)
108bufferSize = DefaultBufferSize;
133: this(path, false, UTF8NoBOM, DefaultBufferSize)
138: this(path, append, UTF8NoBOM, DefaultBufferSize)
143: this(path, append, encoding, DefaultBufferSize)
158: this(ValidateArgsAndOpenPath(path, options), encoding, DefaultBufferSize)