From 4a73858ded6d12efefe1401d99129403c0df363c Mon Sep 17 00:00:00 2001 From: Jose Perez Rodriguez Date: Wed, 8 Sep 2021 15:47:23 -0700 Subject: [PATCH 1/3] Add docs for missing members in System.CodeDom --- xml/System.CodeDom.Compiler/IndentedTextWriter.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/xml/System.CodeDom.Compiler/IndentedTextWriter.xml b/xml/System.CodeDom.Compiler/IndentedTextWriter.xml index 9ef9fd8cbe2..703655362d4 100644 --- a/xml/System.CodeDom.Compiler/IndentedTextWriter.xml +++ b/xml/System.CodeDom.Compiler/IndentedTextWriter.xml @@ -307,7 +307,7 @@ - To be added. + Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously. To be added. To be added. @@ -431,8 +431,8 @@ - To be added. - To be added. + Clears all buffers for this asynchronously and causes any buffered data to be written to the underlying device. + A representing the operation To be added. @@ -2225,8 +2225,8 @@ - To be added. - To be added. + Asynchronously writes the line terminator to the underlying . + A representing the asynchronous operation. To be added. From f7ad989d71f82ee21c26902b8c1f22f27265ab37 Mon Sep 17 00:00:00 2001 From: Jose Perez Rodriguez Date: Wed, 8 Sep 2021 15:57:08 -0700 Subject: [PATCH 2/3] Add missing return statement --- xml/System.CodeDom.Compiler/IndentedTextWriter.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.CodeDom.Compiler/IndentedTextWriter.xml b/xml/System.CodeDom.Compiler/IndentedTextWriter.xml index 703655362d4..1084dad804d 100644 --- a/xml/System.CodeDom.Compiler/IndentedTextWriter.xml +++ b/xml/System.CodeDom.Compiler/IndentedTextWriter.xml @@ -308,7 +308,7 @@ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously. - To be added. + A representing the operation. To be added. From 2b5b56c4d8f47ca87df2e9296ec5f685e53d6a8e Mon Sep 17 00:00:00 2001 From: Jose Perez Rodriguez Date: Wed, 8 Sep 2021 16:05:13 -0700 Subject: [PATCH 3/3] Apply suggestions from code review Co-authored-by: Carlos Sanchez <1175054+carlossanlop@users.noreply.github.com> --- xml/System.CodeDom.Compiler/IndentedTextWriter.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xml/System.CodeDom.Compiler/IndentedTextWriter.xml b/xml/System.CodeDom.Compiler/IndentedTextWriter.xml index 1084dad804d..8eec2b13254 100644 --- a/xml/System.CodeDom.Compiler/IndentedTextWriter.xml +++ b/xml/System.CodeDom.Compiler/IndentedTextWriter.xml @@ -308,7 +308,7 @@ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously. - A representing the operation. + A representing the asynchronous dispose operation. To be added. @@ -432,7 +432,7 @@ Clears all buffers for this asynchronously and causes any buffered data to be written to the underlying device. - A representing the operation + A representing the asynchronous flush operation. To be added. @@ -2226,7 +2226,7 @@ Asynchronously writes the line terminator to the underlying . - A representing the asynchronous operation. + A representing the asynchronous line writing operation. To be added.