Skip to content
Merged
Changes from all commits
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
48 changes: 24 additions & 24 deletions xml/System.Buffers.Binary/BinaryPrimitives.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1368,7 +1368,7 @@ Reads exactly 8 bytes from the beginning of the span.
<Docs>
<param name="destination">The span of bytes where the value is to be written, as big endian.</param>
<param name="value">The value to write into the span of bytes.</param>
<summary>Writes an <see cref="T:System.Int16" /> into a span of bytes as big endian.</summary>
<summary>Writes an <see cref="T:System.Int16" /> into a span of bytes, as big endian.</summary>
<returns><see langword="true" /> if the span is large enough to contain an <see cref="T:System.Int16" />; otherwise, <see langword="false" />.</returns>
<remarks>
<format type="text/markdown"><![CDATA[
Expand Down Expand Up @@ -1409,7 +1409,7 @@ Writes exactly 2 bytes to the beginning of the span.
<Docs>
<param name="destination">The span of bytes where the value is to be written, as little endian.</param>
<param name="value">The value to write into the span of bytes.</param>
<summary>Writes an <see cref="T:System.Int16" /> into a span of bytes as little endian.</summary>
<summary>Writes an <see cref="T:System.Int16" /> into a span of bytes, as little endian.</summary>
<returns><see langword="true" /> if the span is large enough to contain an <see cref="T:System.Int16" />; otherwise, <see langword="false" />.</returns>
<remarks>
<format type="text/markdown"><![CDATA[
Expand Down Expand Up @@ -1450,7 +1450,7 @@ Writes exactly 2 bytes to the beginning of the span.
<Docs>
<param name="destination">The span of bytes where the value is to be written, as big endian.</param>
<param name="value">The value to write into the span of bytes.</param>
<summary>Writes an <see cref="T:System.Int32" /> into a span of bytes as big endian.</summary>
<summary>Writes an <see cref="T:System.Int32" /> into a span of bytes, as big endian.</summary>
<returns><see langword="true" /> if the span is large enough to contain an <see cref="T:System.Int32" />; otherwise, <see langword="false" />.</returns>
<remarks>
<format type="text/markdown"><![CDATA[
Expand Down Expand Up @@ -1491,7 +1491,7 @@ Writes exactly 4 bytes to the beginning of the span.
<Docs>
<param name="destination">The span of bytes where the value is to be written, as little endian.</param>
<param name="value">The value to write into the span of bytes.</param>
<summary>Writes an <see cref="T:System.Int32" /> into a span of bytes as little endian.</summary>
<summary>Writes an <see cref="T:System.Int32" /> into a span of bytes, as little endian.</summary>
<returns><see langword="true" /> if the span is large enough to contain an <see cref="T:System.Int32" />; otherwise, <see langword="false" />.</returns>
<remarks>
<format type="text/markdown"><![CDATA[
Expand Down Expand Up @@ -1532,7 +1532,7 @@ Writes exactly 4 bytes to the beginning of the span.
<Docs>
<param name="destination">The span of bytes where the value is to be written, as big endian.</param>
<param name="value">The value to write into the span of bytes.</param>
<summary>Writes an <see cref="T:System.Int64" /> into a span of bytes as big endian.</summary>
<summary>Writes an <see cref="T:System.Int64" /> into a span of bytes, as big endian.</summary>
<returns><see langword="true" /> if the span is large enough to contain an <see cref="T:System.Int64" />; otherwise, <see langword="false" />.</returns>
<remarks>
<format type="text/markdown"><![CDATA[
Expand Down Expand Up @@ -1573,7 +1573,7 @@ Writes exactly 8 bytes to the beginning of the span.
<Docs>
<param name="destination">The span of bytes where the value is to be written, as little endian.</param>
<param name="value">The value to write into the span of bytes.</param>
<summary>Writes an <see cref="T:System.Int64" /> into a span of bytes as little endian.</summary>
<summary>Writes an <see cref="T:System.Int64" /> into a span of bytes, as little endian.</summary>
<returns><see langword="true" /> if the span is large enough to contain an <see cref="T:System.Int64" />; otherwise, <see langword="false" />.</returns>
<remarks>
<format type="text/markdown"><![CDATA[
Expand Down Expand Up @@ -1619,7 +1619,7 @@ Writes exactly 8 bytes to the beginning of the span.
<Docs>
<param name="destination">The span of bytes where the value is to be written, as big endian.</param>
<param name="value">The value to write into the span of bytes.</param>
<summary>Write a <see cref="T:System.UInt16" /> into a span of bytes as big endian.</summary>
<summary>Writes a <see cref="T:System.UInt16" /> into a span of bytes, as big endian.</summary>
<returns><see langword="true" /> if the span is large enough to contain a <see cref="T:System.UInt16" />; otherwise, <see langword="false" />.</returns>
<remarks>
<format type="text/markdown"><![CDATA[
Expand Down Expand Up @@ -1665,7 +1665,7 @@ Writes exactly 2 bytes to the beginning of the span.
<Docs>
<param name="destination">The span of bytes where the value is to be written, as little endian.</param>
<param name="value">The value to write into the span of bytes.</param>
<summary>Write a <see cref="T:System.UInt16" /> into a span of bytes as little endian.</summary>
<summary>Writes a <see cref="T:System.UInt16" /> into a span of bytes, as little endian.</summary>
<returns><see langword="true" /> if the span is large enough to contain a <see cref="T:System.UInt16" />; otherwise, <see langword="false" />.</returns>
<remarks>
<format type="text/markdown"><![CDATA[
Expand Down Expand Up @@ -1711,7 +1711,7 @@ Writes exactly 2 bytes to the beginning of the span.
<Docs>
<param name="destination">The span of bytes where the value is to be written, as big endian.</param>
<param name="value">The value to write into the span of bytes.</param>
<summary>Write a <see cref="T:System.UInt32" /> into a span of bytes as big endian.</summary>
<summary>Writes a <see cref="T:System.UInt32" /> into a span of bytes, as big endian.</summary>
<returns><see langword="true" /> if the span is large enough to contain a <see cref="T:System.UInt32" />; otherwise, <see langword="false" />.</returns>
<remarks>
<format type="text/markdown"><![CDATA[
Expand Down Expand Up @@ -1757,7 +1757,7 @@ Writes exactly 4 bytes to the beginning of the span.
<Docs>
<param name="destination">The span of bytes where the value is to be written, as little endian.</param>
<param name="value">The value to write into the span of bytes.</param>
<summary>Write a <see cref="T:System.UInt32" /> into a span of bytes as little endian.</summary>
<summary>Writes a <see cref="T:System.UInt32" /> into a span of bytes, as little endian.</summary>
<returns><see langword="true" /> if the span is large enough to contain a <see cref="T:System.UInt32" />; otherwise, <see langword="false" />.</returns>
<remarks>
<format type="text/markdown"><![CDATA[
Expand Down Expand Up @@ -1803,7 +1803,7 @@ Writes exactly 4 bytes to the beginning of the span.
<Docs>
<param name="destination">The span of bytes where the value is to be written, as big endian.</param>
<param name="value">The value to write into the span of bytes.</param>
<summary>Write a <see cref="T:System.UInt64" /> into a span of bytes as big endian.</summary>
<summary>Writes a <see cref="T:System.UInt64" /> into a span of bytes, as big endian.</summary>
<returns><see langword="true" /> if the span is large enough to contain a <see cref="T:System.UInt64" />; otherwise, <see langword="false" />.</returns>
<remarks>
<format type="text/markdown"><![CDATA[
Expand Down Expand Up @@ -1849,7 +1849,7 @@ Writes exactly 8 bytes to the beginning of the span.
<Docs>
<param name="destination">The span of bytes where the value is to be written, as little endian.</param>
<param name="value">The value to write into the span of bytes.</param>
<summary>Write a <see cref="T:System.UInt64" /> into a span of bytes as little endian.</summary>
<summary>Writes a <see cref="T:System.UInt64" /> into a span of bytes, as little endian.</summary>
<returns><see langword="true" /> if the span is large enough to contain a <see cref="T:System.UInt64" />; otherwise, <see langword="false" />.</returns>
<remarks>
<format type="text/markdown"><![CDATA[
Expand Down Expand Up @@ -1890,7 +1890,7 @@ Writes exactly 8 bytes to the beginning of the span.
<Docs>
<param name="destination">The span of bytes where the value is to be written, as big endian.</param>
<param name="value">The value to write into the span of bytes.</param>
<summary>Writes an <see cref="T:System.Int16" /> into a span of bytes as big endian.</summary>
<summary>Writes an <see cref="T:System.Int16" /> into a span of bytes, as big endian.</summary>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down Expand Up @@ -1931,7 +1931,7 @@ Writes exactly 2 bytes to the beginning of the span.
<Docs>
<param name="destination">The span of bytes where the value is to be written, as little endian.</param>
<param name="value">The value to write into the span of bytes.</param>
<summary>Writes an <see cref="T:System.Int16" /> into a span of bytes as little endian.</summary>
<summary>Writes an <see cref="T:System.Int16" /> into a span of bytes, as little endian.</summary>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down Expand Up @@ -1972,7 +1972,7 @@ Writes exactly 2 bytes to the beginning of the span.
<Docs>
<param name="destination">The span of bytes where the value is to be written, as big endian.</param>
<param name="value">The value to write into the span of bytes.</param>
<summary>Writes an <see cref="T:System.Int32" /> into a span of bytes as big endian.</summary>
<summary>Writes an <see cref="T:System.Int32" /> into a span of bytes, as big endian.</summary>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down Expand Up @@ -2013,7 +2013,7 @@ Writes exactly 4 bytes to the beginning of the span.
<Docs>
<param name="destination">The span of bytes where the value is to be written, as little endian.</param>
<param name="value">The value to write into the span of bytes.</param>
<summary>Writes an <see cref="T:System.Int32" /> into a span of bytes as little endian.</summary>
<summary>Writes an <see cref="T:System.Int32" /> into a span of bytes, as little endian.</summary>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down Expand Up @@ -2054,7 +2054,7 @@ Writes exactly 4 bytes to the beginning of the span.
<Docs>
<param name="destination">The span of bytes where the value is to be written, as big endian.</param>
<param name="value">The value to write into the span of bytes.</param>
<summary>Writes an <see cref="T:System.Int64" /> into a span of bytes as big endian.</summary>
<summary>Writes an <see cref="T:System.Int64" /> into a span of bytes, as big endian.</summary>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down Expand Up @@ -2095,7 +2095,7 @@ Writes exactly 8 bytes to the beginning of the span.
<Docs>
<param name="destination">The span of bytes where the value is to be written, as little endian.</param>
<param name="value">The value to write into the span of bytes.</param>
<summary>Writes an <see cref="T:System.Int64" /> into a span of bytes as little endian.</summary>
<summary>Writes an <see cref="T:System.Int64" /> into a span of bytes, as little endian.</summary>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down Expand Up @@ -2141,7 +2141,7 @@ Writes exactly 8 bytes to the beginning of the span.
<Docs>
<param name="destination">The span of bytes where the value is to be written, as big endian.</param>
<param name="value">The value to write into the span of bytes.</param>
<summary>Write a <see cref="T:System.UInt16" /> into a span of bytes as big endian.</summary>
<summary>Writes a <see cref="T:System.UInt16" /> into a span of bytes, as big endian.</summary>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down Expand Up @@ -2187,7 +2187,7 @@ Writes exactly 2 bytes to the beginning of the span.
<Docs>
<param name="destination">The span of bytes where the value is to be written, as little endian.</param>
<param name="value">The value to write into the span of bytes.</param>
<summary>Write a <see cref="T:System.UInt16" /> into a span of bytes as little endian.</summary>
<summary>Writes a <see cref="T:System.UInt16" /> into a span of bytes, as little endian.</summary>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down Expand Up @@ -2233,7 +2233,7 @@ Writes exactly 2 bytes to the beginning of the span.
<Docs>
<param name="destination">The span of bytes where the value is to be written, as big endian.</param>
<param name="value">The value to write into the span of bytes.</param>
<summary>Write a <see cref="T:System.UInt32" /> into a span of bytes as big endian.</summary>
<summary>Writes a <see cref="T:System.UInt32" /> into a span of bytes, as big endian.</summary>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down Expand Up @@ -2279,7 +2279,7 @@ Writes exactly 4 bytes to the beginning of the span.
<Docs>
<param name="destination">The span of bytes where the value is to be written, as little endian.</param>
<param name="value">The value to write into the span of bytes.</param>
<summary>Write a <see cref="T:System.UInt32" /> into a span of bytes as little endian.</summary>
<summary>Writes a <see cref="T:System.UInt32" /> into a span of bytes, as little endian.</summary>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down Expand Up @@ -2325,7 +2325,7 @@ Writes exactly 4 bytes to the beginning of the span.
<Docs>
<param name="destination">The span of bytes where the value is to be written, as big endian.</param>
<param name="value">The value to write into the span of bytes.</param>
<summary>Write a <see cref="T:System.UInt64" /> into a span of bytes as big endian.</summary>
<summary>Writes a <see cref="T:System.UInt64" /> into a span of bytes, as big endian.</summary>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down Expand Up @@ -2371,7 +2371,7 @@ Writes exactly 8 bytes to the beginning of the span.
<Docs>
<param name="destination">The span of bytes where the value is to be written, as little endian.</param>
<param name="value">The value to write into the span of bytes.</param>
<summary>Write a <see cref="T:System.UInt64" /> into a span of bytes as little endian.</summary>
<summary>Writes a <see cref="T:System.UInt64" /> into a span of bytes, as little endian.</summary>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down