4 references to StreamWriter
mscorlib (3)
system\io\streamwriter.cs (3)
156
:
this
(path, false, UTF8NoBOM, DefaultBufferSize) {
162
:
this
(path, append, UTF8NoBOM, DefaultBufferSize) {
168
:
this
(path, append, encoding, DefaultBufferSize) {
System (1)
compmod\system\diagnostics\TextWriterTraceListener.cs (1)
219
writer = new
StreamWriter
(fullPath, true, noBOMwithFallback, 4096);