system\io\streamwriter.cs (10)
478await _this.FlushAsyncInternal(false, false, charBuffer, charPos).ConfigureAwait(false);
491await _this.FlushAsyncInternal(false, false, charBuffer, charPos).ConfigureAwait(false);
502await _this.FlushAsyncInternal(true, false, charBuffer, charPos).ConfigureAwait(false);
554await _this.FlushAsyncInternal(false, false, charBuffer, charPos).ConfigureAwait(false);
577await _this.FlushAsyncInternal(false, false, charBuffer, charPos).ConfigureAwait(false);
588await _this.FlushAsyncInternal(true, false, charBuffer, charPos).ConfigureAwait(false);
643await _this.FlushAsyncInternal(false, false, charBuffer, charPos).ConfigureAwait(false);
665await _this.FlushAsyncInternal(false, false, charBuffer, charPos).ConfigureAwait(false);
676await _this.FlushAsyncInternal(true, false, charBuffer, charPos).ConfigureAwait(false);
806Task task = FlushAsyncInternal(true, true, charBuffer, charPos);