You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.IO.Pipelines/PipeWriter.xml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,7 @@
75
75
<paramname="bytes">The number of bytes written to the <seecref="T:System.Span`1" /> or <seecref="T:System.Memory`1" />.</param>
76
76
<summary>Notifies the <seecref="T:System.IO.Pipelines.PipeWriter" /> that <paramrefname="bytes" /> bytes were written to the output <seecref="T:System.Span`1" /> or <seecref="T:System.Memory`1" />. You must call <seecref="M:System.IO.Pipelines.PipeWriter.GetSpan(System.Int32)" /> or <seecref="M:System.IO.Pipelines.PipeWriter.GetMemory(System.Int32)" /> again and use the returned buffer to continue writing more data after calling <seecref="M:System.IO.Pipelines.PipeWriter.Advance(System.Int32)" />; you cannot write to a previously acquired buffer.</summary>
77
77
<remarks>To be added.</remarks>
78
+
<exceptioncref="T:System.OverflowException">The buffer size overflown its `long.MaxValue` max size.</exception>
0 commit comments