2 writes to byteBuffer
mscorlib (2)
system\io\streamwriter.cs (2)
204byteBuffer = new byte[encoding.GetMaxByteCount(bufferSize)]; 273byteBuffer = null;
3 references to byteBuffer
mscorlib (3)
system\io\streamwriter.cs (3)
313int count = encoder.GetBytes(charBuffer, 0, charPos, byteBuffer, 0, flushEncoder); 316stream.Write(byteBuffer, 0, count); 828this.encoding, this.encoder, this.byteBuffer, this.stream);