Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion xml/System.IO.Pipelines/PipeReader.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
## Remarks
The memory for the consumed data will be released and no longer available. The examined data communicates to the pipeline when it should signal more data is available.
The memory for the consumed data will be released and no longer available. The `ReadResult.Buffer` previously returned from `ReadAsync(CancellationToken)` must not be accessed after this call. The examined data communicates to the pipeline when it should signal more data is available.
]]></format>
</remarks>
Expand Down