Skip to content

Commit 7c71b73

Browse files
committed
content fix for markdig migration
1 parent 64c8615 commit 7c71b73

File tree

7 files changed

+21
-20
lines changed

7 files changed

+21
-20
lines changed

xml/System.Data.OleDb/OleDbLiteral.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@
322322
</ReturnValue>
323323
<MemberValue>10</MemberValue>
324324
<Docs>
325-
<summary>The character used in a LIKE clause to escape the character returned for the DBLITERAL_LIKE_UNDERSCORE literal. For example, if an underscore (\_) is used to match exactly one character and this is a backslash (\\), the characters "abc\\\_ _" match all character values that are five characters long and start with "abc\_". Some SQL dialects support a clause (the ESCAPE clause) that can be used to override this value. Maps to DBLITERAL_ESCAPE_UNDERSCORE_PREFIX.</summary>
325+
<summary>The character used in a LIKE clause to escape the character returned for the DBLITERAL_LIKE_UNDERSCORE literal. For example, if an underscore (\_) is used to match exactly one character and this is a backslash (\\), the characters "abc\\\_" match all character values that are five characters long and start with "abc\_". Some SQL dialects support a clause (the ESCAPE clause) that can be used to override this value. Maps to DBLITERAL_ESCAPE_UNDERSCORE_PREFIX.</summary>
326326
</Docs>
327327
</Member>
328328
<Member MemberName="Escape_Underscore_Suffix">
@@ -344,7 +344,7 @@
344344
</ReturnValue>
345345
<MemberValue>30</MemberValue>
346346
<Docs>
347-
<summary>The character used in a LIKE clause to escape the character returned for the DBLITERAL_LIKE_UNDERSCORE literal. For example, if an underscore (\_) is used to match exactly one character and this is a backslash (\\), the characters "abc\\\_ _" match all character values that are five characters long and start with "abc\_". Some SQL dialects support a clause (the ESCAPE clause) that can be used to override this value. Maps to DBLITERAL_ESCAPE_UNDERSCORE_SUFFIX.</summary>
347+
<summary>The character used in a LIKE clause to escape the character returned for the DBLITERAL_LIKE_UNDERSCORE literal. For example, if an underscore (\_) is used to match exactly one character and this is a backslash (\\), the characters "abc\\\_" match all character values that are five characters long and start with "abc\_". Some SQL dialects support a clause (the ESCAPE clause) that can be used to override this value. Maps to DBLITERAL_ESCAPE_UNDERSCORE_SUFFIX.</summary>
348348
</Docs>
349349
</Member>
350350
<Member MemberName="Hierarchy_Name">

xml/System.Reflection/MetadataLoadContext.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ Note that the behavior of this method matches the behavior of the <xref:System.R
233233
<remarks>
234234
<format type="text/markdown"><![CDATA[
235235
## Remarks
236-
Note that the behavior of this method matches the behavior of <xref:System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyName%2A?displayProperty=nameWithType> resolve event but does not match the behavior of <xxref:System.Reflection.Assembly.ReflectionOnlyLoad%2A?displayProperty=nameWithType>. (The latter gives up without raising its resolve event.)
236+
Note that the behavior of this method matches the behavior of <xref:System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyName%2A?displayProperty=nameWithType> resolve event but does not match the behavior of <xref:System.Reflection.Assembly.ReflectionOnlyLoad%2A?displayProperty=nameWithType>. (The latter gives up without raising its resolve event.)
237237
]]></format>
238238
</remarks>
239239
<exception cref="T:System.IO.FileNotFoundException">The resolver returns <see langword="null" />.</exception>

xml/System.Threading.Tasks/TaskFactory`1.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@
596596
<Docs>
597597
<param name="tasks">The array of tasks from which to continue.</param>
598598
<param name="continuationFunction">The function delegate to execute asynchronously when all tasks in the <paramref name="tasks" /> array have completed.</param>
599-
<param name="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <see langword="NotOn*" /> and <see langword="OnlyOn*" /> values are not valid.</param>
599+
<param name="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <see langword="NotOn" /> and <see langword="OnlyOn" /> values are not valid.</param>
600600
<summary>Creates a continuation task that will be started upon the completion of a set of provided Tasks.</summary>
601601
<returns>The new continuation task.</returns>
602602
<remarks>
@@ -661,7 +661,7 @@
661661
<param name="tasks">The array of tasks from which to continue.</param>
662662
<param name="continuationFunction">The function delegate to execute asynchronously when all tasks in the <paramref name="tasks" /> array have completed.</param>
663663
<param name="cancellationToken">The cancellation token that will be assigned to the new continuation task.</param>
664-
<param name="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <see langword="NotOn*" /> and <see langword="OnlyOn*" /> values are not valid.</param>
664+
<param name="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <see langword="NotOn" /> and <see langword="OnlyOn" /> values are not valid.</param>
665665
<param name="scheduler">The scheduler that is used to schedule the created continuation task.</param>
666666
<summary>Creates a continuation task that will be started upon the completion of a set of provided Tasks.</summary>
667667
<returns>The new continuation task.</returns>
@@ -871,7 +871,7 @@
871871
<typeparam name="TAntecedentResult">The type of the result of the antecedent <paramref name="tasks" />.</typeparam>
872872
<param name="tasks">The array of tasks from which to continue.</param>
873873
<param name="continuationFunction">The function delegate to execute asynchronously when all tasks in the <paramref name="tasks" /> array have completed.</param>
874-
<param name="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <see langword="NotOn*" /> and <see langword="OnlyOn*" /> values are not valid.</param>
874+
<param name="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <see langword="NotOn" /> and <see langword="OnlyOn" /> values are not valid.</param>
875875
<summary>Creates a continuation task that will be started upon the completion of a set of provided tasks.</summary>
876876
<returns>The new continuation task.</returns>
877877
<remarks>
@@ -940,7 +940,7 @@
940940
<param name="tasks">The array of tasks from which to continue.</param>
941941
<param name="continuationFunction">The function delegate to execute asynchronously when all tasks in the <paramref name="tasks" /> array have completed.</param>
942942
<param name="cancellationToken">The cancellation token that will be assigned to the new continuation task.</param>
943-
<param name="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <see langword="NotOn*" /> and <see langword="OnlyOn*" /> values are not valid.</param>
943+
<param name="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <see langword="NotOn" /> and <see langword="OnlyOn" /> values are not valid.</param>
944944
<param name="scheduler">The scheduler that is used to schedule the created continuation task.</param>
945945
<summary>Creates a continuation task that will be started upon the completion of a set of provided tasks.</summary>
946946
<returns>The new continuation task.</returns>
@@ -1154,7 +1154,7 @@
11541154
<Docs>
11551155
<param name="tasks">The array of tasks from which to continue when one task completes.</param>
11561156
<param name="continuationFunction">The function delegate to execute asynchronously when one task in the <paramref name="tasks" /> array completes.</param>
1157-
<param name="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <see langword="NotOn*" /> and <see langword="OnlyOn*" /> values are not valid.</param>
1157+
<param name="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <see langword="NotOn" /> and <see langword="OnlyOn" /> values are not valid.</param>
11581158
<summary>Creates a continuation task that will be started upon the completion of any task in the provided set.</summary>
11591159
<returns>The new continuation task.</returns>
11601160
<remarks>
@@ -1223,7 +1223,7 @@
12231223
<param name="tasks">The array of tasks from which to continue when one task completes.</param>
12241224
<param name="continuationFunction">The function delegate to execute asynchronously when one task in the <paramref name="tasks" /> array completes.</param>
12251225
<param name="cancellationToken">The cancellation token that will be assigned to the new continuation task.</param>
1226-
<param name="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <see langword="NotOn*" /> and <see langword="OnlyOn*" /> values are not valid.</param>
1226+
<param name="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <see langword="NotOn" /> and <see langword="OnlyOn" /> values are not valid.</param>
12271227
<param name="scheduler">The task scheduler that is used to schedule the created continuation task.</param>
12281228
<summary>Creates a continuation task that will be started upon the completion of any task in the provided set.</summary>
12291229
<returns>The new continuation task.</returns>
@@ -1445,7 +1445,7 @@
14451445
<typeparam name="TAntecedentResult">The type of the result of the antecedent <paramref name="tasks" />.</typeparam>
14461446
<param name="tasks">The array of tasks from which to continue when one task completes.</param>
14471447
<param name="continuationFunction">The function delegate to execute asynchronously when one task in the <paramref name="tasks" /> array completes.</param>
1448-
<param name="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <see langword="NotOn*" /> and <see langword="OnlyOn*" /> values are not valid.</param>
1448+
<param name="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <see langword="NotOn" /> and <see langword="OnlyOn" /> values are not valid.</param>
14491449
<summary>Creates a continuation task that will be started upon the completion of any task in the provided set.</summary>
14501450
<returns>The new continuation <see cref="T:System.Threading.Tasks.Task`1" />.</returns>
14511451
<remarks>
@@ -1518,7 +1518,7 @@
15181518
<param name="tasks">The array of tasks from which to continue when one task completes.</param>
15191519
<param name="continuationFunction">The function delegate to execute asynchronously when one task in the <paramref name="tasks" /> array completes.</param>
15201520
<param name="cancellationToken">The cancellation token that will be assigned to the new continuation task.</param>
1521-
<param name="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <see langword="NotOn*" /> and <see langword="OnlyOn*" /> values are not valid.</param>
1521+
<param name="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The <see langword="NotOn" /> and <see langword="OnlyOn" /> values are not valid.</param>
15221522
<param name="scheduler">The <see cref="T:System.Threading.Tasks.TaskScheduler" /> that is used to schedule the created continuation <see cref="T:System.Threading.Tasks.Task`1" />.</param>
15231523
<summary>Creates a continuation task that will be started upon the completion of any task in the provided set.</summary>
15241524
<returns>The new continuation <see cref="T:System.Threading.Tasks.Task`1" />.</returns>

xml/System/DateTime.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5223,7 +5223,7 @@ This method overload converts the date and time in `s` and sets the <xref:System
52235223
|-----|-----|-----|
52245224
|`s` contains no time zone information.|None.|<xref:System.DateTimeKind.Unspecified?displayProperty=nameWithType>|
52255225
|`s` contains time zone information.|To the time in the local time zone|<xref:System.DateTimeKind.Local?displayProperty=nameWithType>|
5226-
|`s` contains time zone information, and `styles includes the <xref:System.Globalization.DateTimeStyles.AdjustToUniversal?displayProperty=nameWithType> flag.|To Coordinated Universal Time (UTC)|<xref:System.DateTimeKind.Utc?displayProperty=nameWithType>|
5226+
|`s` contains time zone information, and `styles` includes the <xref:System.Globalization.DateTimeStyles.AdjustToUniversal?displayProperty=nameWithType> flag.|To Coordinated Universal Time (UTC)|<xref:System.DateTimeKind.Utc?displayProperty=nameWithType>|
52275227
|`s` contains the Z or GMT time zone designator, and `styles` includes the <xref:System.Globalization.DateTimeStyles.RoundtripKind?displayProperty=nameWithType>.|None.|<xref:System.DateTimeKind.Utc>|
52285228

52295229
## Example

xml/System/Decimal.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4695,7 +4695,7 @@
46954695
|<xref:System.Globalization.NumberStyles.AllowThousands>|The *,* element.|
46964696
|<xref:System.Globalization.NumberStyles.AllowCurrencySymbol>|The *$* element.|
46974697
|<xref:System.Globalization.NumberStyles.Currency>|All. The `s` parameter cannot represent a hexadecimal number or a number in exponential notation.|
4698-
|<xref:System.Globalization.NumberStyles.Float>|The *ws* element at the beginning or end of `s`, *sign* at the beginning of `s`, and the *.*symbol. The `s` parameter can also use exponential notation.|
4698+
|<xref:System.Globalization.NumberStyles.Float>|The *ws* element at the beginning or end of `s`, *sign* at the beginning of `s`, and the *.* symbol. The `s` parameter can also use exponential notation.|
46994699
|<xref:System.Globalization.NumberStyles.Number>|The `ws`, `sign`, *,*, and *.* elements.|
47004700
|<xref:System.Globalization.NumberStyles.Any>|All styles, except `s` cannot represent a hexadecimal number.|
47014701

xml/System/String.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5791,6 +5791,7 @@ This method uses the [composite formatting feature](~/docs/standard/base-types/c
57915791
[!INCLUDE[provider-string-format](~/includes/provider-string-format.md)]
57925792

57935793
<a name="culture-sensitive-formatting" />
5794+
57945795
## Example: Culture-sensitive formatting
57955796
This example uses the <xref:System.String.Format%28System.IFormatProvider%2CSystem.String%2CSystem.Object%5B%5D%29> method to display the string representation of some date and time values and numeric values by using several different cultures.
57965797

xml/System/Uri.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ Uri uri2 = new Uri("file:///C:/test/path/file.txt") // Explicit file path.
324324

325325
-or-
326326

327-
The MS-DOS path specified in <paramref name="uriString" /> must start with c:\\\\.</exception>
327+
The MS-DOS path specified in <paramref name="uriString" /> must start with c:\\.</exception>
328328
</Docs>
329329
</Member>
330330
<Member MemberName=".ctor">
@@ -416,7 +416,7 @@ Uri uri2 = new Uri("file:///C:/test/path/file.txt") // Explicit file path.
416416

417417
-or-
418418

419-
The MS-DOS path specified in the URI must start with c:\\\\.</exception>
419+
The MS-DOS path specified in the URI must start with c:\\.</exception>
420420
<related type="Article" href="~/docs/standard/serialization/xml-and-soap-serialization.md">XML and SOAP Serialization</related>
421421
</Docs>
422422
</Member>
@@ -536,7 +536,7 @@ Uri uri2 = new Uri("file:///C:/test/path/file.txt") // Explicit file path.
536536

537537
-or-
538538

539-
The MS-DOS path specified in <paramref name="uriString" /> must start with c:\\\\.</exception>
539+
The MS-DOS path specified in <paramref name="uriString" /> must start with c:\\.</exception>
540540
</Docs>
541541
</Member>
542542
<Member MemberName=".ctor">
@@ -646,7 +646,7 @@ Uri uri2 = new Uri("file:///C:/test/path/file.txt") // Explicit file path.
646646

647647
-or-
648648

649-
The MS-DOS path specified in <paramref name="uriString" /> must start with c:\\\\.</exception>
649+
The MS-DOS path specified in <paramref name="uriString" /> must start with c:\\.</exception>
650650
</Docs>
651651
</Member>
652652
<Member MemberName=".ctor">
@@ -765,7 +765,7 @@ Uri uri2 = new Uri("file:///C:/test/path/file.txt") // Explicit file path.
765765

766766
-or-
767767

768-
The MS-DOS path specified in <paramref name="uriString" /> must start with c:\\\\.</exception>
768+
The MS-DOS path specified in <paramref name="uriString" /> must start with c:\\.</exception>
769769
</Docs>
770770
</Member>
771771
<Member MemberName=".ctor">
@@ -885,7 +885,7 @@ Uri uri2 = new Uri("file:///C:/test/path/file.txt") // Explicit file path.
885885

886886
-or-
887887

888-
The MS-DOS path specified in <paramref name="uriString" /> must start with c:\\\\.</exception>
888+
The MS-DOS path specified in <paramref name="uriString" /> must start with c:\\.</exception>
889889
</Docs>
890890
</Member>
891891
<Member MemberName=".ctor">
@@ -1005,7 +1005,7 @@ Uri uri2 = new Uri("file:///C:/test/path/file.txt") // Explicit file path.
10051005

10061006
-or-
10071007

1008-
The MS-DOS path specified in <paramref name="uriString" /> must start with c:\\\\.</exception>
1008+
The MS-DOS path specified in <paramref name="uriString" /> must start with c:\\.</exception>
10091009
<block subset="none" type="usage">
10101010
<para>Because of security concerns, your application should not call this constructor with URI strings from untrusted sources and with <paramref name="dontEscape" /> set to <see langword="true" />. Alternately, you can check a URI string for validity by calling the <see cref="M:System.Uri.IsWellFormedOriginalString" /> method prior to calling this constructor.</para>
10111011
</block>

0 commit comments

Comments
 (0)