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
@@ -4980,10 +4980,10 @@ For <xref:System.Numerics.IFloatingPoint%601> this method matches the IEEE 754:2
4980
4980
</Parameters>
4981
4981
<Docs>
4982
4982
<param name="utf8Text">The span of UTF-8 characters to parse.</param>
4983
-
<param name="style">A bitwise combination of number styles that can be present in <code data-dev-comment-type="paramref">utf8Text</code>.</param>
4984
-
<param name="provider">An object that provides culture-specific formatting information about <code data-dev-comment-type="paramref">utf8Text</code>.</param>
4983
+
<param name="style">A bitwise combination of number styles that can be present in <see paramref="utf8Text" />.</param>
4984
+
<param name="provider">An object that provides culture-specific formatting information about <see paramref="utf8Text" />.</param>
4985
4985
<summary>Parses a span of UTF-8 characters into a value.</summary>
4986
-
<returns>The result of parsing <code data-dev-comment-type="paramref">utf8Text</code>.</returns>
4986
+
<returns>The result of parsing <see paramref="utf8Text" />.</returns>
@@ -7605,12 +7605,12 @@ This computes `tan(x * π)`.
7605
7605
</Parameters>
7606
7606
<Docs>
7607
7607
<param name="utf8Text">The span of UTF-8 characters to parse.</param>
7608
-
<param name="style">A bitwise combination of number styles that can be present in <code data-dev-comment-type="paramref">utf8Text</code>.</param>
7609
-
<param name="provider">An object that provides culture-specific formatting information about <code data-dev-comment-type="paramref">utf8Text</code>.</param>
7610
-
<param name="result">On return, contains the result of successfully parsing <code data-dev-comment-type="paramref">utf8Text</code> or an undefined value on failure.</param>
7608
+
<param name="style">A bitwise combination of number styles that can be present in <see paramref="utf8Text" />.</param>
7609
+
<param name="provider">An object that provides culture-specific formatting information about <see paramref="utf8Text" />.</param>
7610
+
<param name="result">On return, contains the result of successfully parsing <see paramref="utf8Text" /> or an undefined value on failure.</param>
7611
7611
<summary>Tries to parse a span of UTF-8 characters into a value.</summary>
7612
7612
<returns>
7613
-
<code data-dev-comment-type="langword">true</code> if <code data-dev-comment-type="paramref">utf8Text</code> was successfully parsed; otherwise, <code data-dev-comment-type="langword">false</code>.</returns>
7613
+
<see langword="true" /> if <see paramref="utf8Text" /> was successfully parsed; otherwise, <see langword="false" />.</returns>
0 commit comments