Skip to content

Commit a4dc410

Browse files
committed
System.CodeDom docs
1 parent a372975 commit a4dc410

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

xml/System.CodeDom.Compiler/IndentedTextWriter.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@
350350
<summary>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously.</summary>
351351
<returns>A <see cref="T:System.Threading.Tasks.ValueTask" /> representing the asynchronous dispose operation.</returns>
352352
<remarks>To be added.</remarks>
353+
<inheritdoc />
353354
</Docs>
354355
</Member>
355356
<Member MemberName="Encoding">
@@ -486,6 +487,7 @@
486487
<summary>Clears all buffers for this <see cref="T:System.CodeDom.Compiler.IndentedTextWriter" /> asynchronously and causes any buffered data to be written to the underlying device.</summary>
487488
<returns>A <see cref="T:System.Threading.Tasks.Task" /> representing the asynchronous flush operation.</returns>
488489
<remarks>This method stores in the task it returns all non-usage exceptions that the method's synchronous counterpart can throw. If an exception is stored into the returned task, that exception will be thrown when the task is awaited. Usage exceptions, such as <see cref="T:System.ArgumentException" />, are still thrown synchronously. For the stored exceptions, see the exceptions thrown by <see cref="M:System.CodeDom.Compiler.IndentedTextWriter.Flush" />.</remarks>
490+
<inheritdoc />
489491
</Docs>
490492
</Member>
491493
<Member MemberName="FlushAsync">
@@ -2682,6 +2684,7 @@
26822684
<summary>Asynchronously writes the line terminator to the underlying <see cref="T:System.IO.TextWriter" />.</summary>
26832685
<returns>A <see cref="T:System.Threading.Tasks.Task" /> representing the asynchronous line writing operation.</returns>
26842686
<remarks>This method stores in the task it returns all non-usage exceptions that the method's synchronous counterpart can throw. If an exception is stored into the returned task, that exception will be thrown when the task is awaited. Usage exceptions, such as <see cref="T:System.ArgumentException" />, are still thrown synchronously. For the stored exceptions, see the exceptions thrown by <see cref="M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine" />.</remarks>
2687+
<inheritdoc />
26852688
</Docs>
26862689
</Member>
26872690
<Member MemberName="WriteLineAsync">

0 commit comments

Comments
 (0)