system\io\streamwriter.cs (5)
125: this(stream, UTF8NoBOM, DefaultBufferSize, false) {
129: this(stream, encoding, DefaultBufferSize, false) {
156: this(path, false, UTF8NoBOM, DefaultBufferSize) {
162: this(path, append, UTF8NoBOM, DefaultBufferSize) {
168: this(path, append, encoding, DefaultBufferSize) {