Skip to content
Merged
Show file tree
Hide file tree
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
20 changes: 2 additions & 18 deletions xml/System.Runtime.CompilerServices/TaskAwaiter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,7 @@
</Attributes>
<Docs>
<summary>Provides an object that waits for the completion of an asynchronous task.</summary>
<remarks>
<format type="text/markdown"><![CDATA[

## Remarks
This type and its members are intended for compiler use only.

]]></format>
</remarks>
<forInternalUseOnly />
<remarks />
</Docs>
<Members>
<Member MemberName="GetResult">
Expand Down Expand Up @@ -116,18 +108,10 @@
<Parameters />
<Docs>
<summary>Ends the wait for the completion of the asynchronous task.</summary>
<remarks>
<format type="text/markdown"><![CDATA[

## Remarks
This type and its members are intended for use by the compiler.

]]></format>
</remarks>
<remarks />
<exception cref="T:System.NullReferenceException">The <see cref="T:System.Runtime.CompilerServices.TaskAwaiter" /> object was not properly initialized.</exception>
<exception cref="T:System.Threading.Tasks.TaskCanceledException">The task was canceled.</exception>
<exception cref="T:System.Exception">The task completed in a <see cref="F:System.Threading.Tasks.TaskStatus.Faulted" /> state.</exception>
<forInternalUseOnly />
</Docs>
</Member>
<Member MemberName="IsCompleted">
Expand Down
20 changes: 2 additions & 18 deletions xml/System.Runtime.CompilerServices/TaskAwaiter`1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,7 @@
<Docs>
<typeparam name="TResult">The result for the task.</typeparam>
<summary>Represents an object that waits for the completion of an asynchronous task and provides a parameter for the result.</summary>
<remarks>
<format type="text/markdown"><![CDATA[

## Remarks
This type and its members are intended for use by the compiler.

]]></format>
</remarks>
<forInternalUseOnly />
<remarks />
</Docs>
<Members>
<Member MemberName="GetResult">
Expand Down Expand Up @@ -121,18 +113,10 @@
<Docs>
<summary>Ends the wait for the completion of the asynchronous task.</summary>
<returns>The result of the completed task.</returns>
<remarks>
<format type="text/markdown"><![CDATA[

## Remarks
This type and its members are intended for use by the compiler.

]]></format>
</remarks>
<remarks />
<exception cref="T:System.NullReferenceException">The <see cref="T:System.Runtime.CompilerServices.TaskAwaiter`1" /> object was not properly initialized.</exception>
<exception cref="T:System.Threading.Tasks.TaskCanceledException">The task was canceled.</exception>
<exception cref="T:System.Exception">The task completed in a <see cref="F:System.Threading.Tasks.TaskStatus.Faulted" /> state.</exception>
<forInternalUseOnly />
</Docs>
</Member>
<Member MemberName="IsCompleted">
Expand Down
9 changes: 1 addition & 8 deletions xml/System.Threading.Tasks/Task.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3102,14 +3102,7 @@ Starting in .NET 6, for some `T` types and some result values, this method may r
<Docs>
<summary>Gets an awaiter used to await this <see cref="T:System.Threading.Tasks.Task" />.</summary>
<returns>An awaiter instance.</returns>
<remarks>
<format type="text/markdown"><![CDATA[

## Remarks
This method is intended for compiler use rather than for use in application code.

]]></format>
</remarks>
<remarks />
</Docs>
</Member>
<Member MemberName="Id">
Expand Down
9 changes: 1 addition & 8 deletions xml/System.Threading.Tasks/Task`1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2071,14 +2071,7 @@ For operations that do not return a value, you use the <xref:System.Threading.Ta
<Docs>
<summary>Gets an awaiter used to await this <see cref="T:System.Threading.Tasks.Task`1" />.</summary>
<returns>An awaiter instance.</returns>
<remarks>
<format type="text/markdown"><![CDATA[

## Remarks
This method is intended for compiler user rather than use directly in code.

]]></format>
</remarks>
<remarks />
</Docs>
</Member>
<Member MemberName="Result">
Expand Down