system\io\streamwriter.cs (11)
250Flush(true, true);
290Flush(true, true);
334if (value) Flush(true, false);
361if (charPos == charLen) Flush(false, false);
364if (autoFlush) Flush(true, false);
381if (charPos == charLen) Flush(false, false);
390if (autoFlush) Flush(true, false);
409if (charPos == charLen) Flush(false, false);
418if (autoFlush) Flush(true, false);
433if (charPos == charLen) Flush(false, false);
442if (autoFlush) Flush(true, false);