2 writes to encoding
mscorlib (2)
system\io\streamwriter.cs (2)
200this.encoding = encodingArg; 275encoding = null;
5 references to encoding
mscorlib (5)
system\io\streamwriter.cs (5)
201this.encoder = encoding.GetEncoder(); 204byteBuffer = new byte[encoding.GetMaxByteCount(bufferSize)]; 308byte[] preamble = encoding.GetPreamble(); 351get { return encoding; } 828this.encoding, this.encoder, this.byteBuffer, this.stream);