Skip to content
Closed
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
Prev Previous commit
Next Next commit
Update Utf8JsonWriter.xml
Removed remark that is not ready to be published.
  • Loading branch information
carlossanlop authored Apr 26, 2019
commit 5517bd6e0637096b982a2fa958cd138ff5d1a722
5 changes: 2 additions & 3 deletions xml/System.Text.Json/Utf8JsonWriter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ This is the reason why the constructor accepts a <xref:System.Text.Json.JsonWrit
<summary>Gets the total number of bytes committed to the output by the <see cref="T:System.Text.Json.Utf8JsonWriter" /> so far for the current instance of the <see cref="T:System.Text.Json.Utf8JsonWriter" />.
This indicates how much the <see cref="T:System.Buffers.IBufferWriter`1" /> has advanced.</summary>
<value>The total number of bytes committed to the output by the <see cref="T:System.Text.Json.Utf8JsonWriter" /> so far.</value>
<remarks>In the case of IBufferwriter, this is how much the IBufferWriter has advanced.
In the case of Stream, this is how much data has been written to the stream.</remarks>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BytesWritten">
Expand Down Expand Up @@ -2280,4 +2279,4 @@ The JSON data to be written would be invalid JSON (while validation is enabled).
</Docs>
</Member>
</Members>
</Type>
</Type>