src\libraries\System.Private.CoreLib\src\System\IO\StreamWriter.cs (6)
75: this(stream, UTF8NoBOM, DefaultBufferSize, false)
113_encoding = encoding ?? UTF8NoBOM;
133: this(path, false, UTF8NoBOM, DefaultBufferSize)
138: this(path, append, UTF8NoBOM, DefaultBufferSize)
153: this(path, UTF8NoBOM, options)
166_encoding = UTF8NoBOM;