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
<summary>Asynchronously creates a new <seecref="T:System.Xml.Linq.XDocument" /> and initializes its underlying XML tree from the specified stream, optionally preserving white space.</summary>
1661
+
<returns>A new XDocument containing the contents of the specified <seecref="T:System.IO.Stream" />.</returns>
1662
+
<remarks>
1663
+
<formattype="text/markdown"><![CDATA[
1664
+
1665
+
## Remarks
1666
+
1667
+
If <xref:System.Xml.Linq.LoadOptions.PreserveWhitespace?displayProperty=nameWithType> is set, the underlying <xref:System.Xml.XmlReaderSettings.IgnoreWhitespace?displayProperty=nameWithType> property is set to `false`.
<summary>Creates a new <seecref="T:System.Xml.Linq.XDocument" /> and initializes its underlying XML tree using the specified <seecref="T:System.IO.TextReader" /> parameter, optionally preserving white space.</summary>
1705
+
<returns>A new XDocument containing the contents of the specified <seecref="T:System.IO.TextReader" />.</returns>
1706
+
<remarks>
1707
+
<formattype="text/markdown"><![CDATA[
1708
+
1709
+
## Remarks
1710
+
1711
+
If <xref:System.Xml.Linq.LoadOptions.PreserveWhitespace?displayProperty=nameWithType> is set, the <xref:System.Xml.XmlReaderSettings.IgnoreWhitespace?displayProperty=nameWithType> property is set to `false`.
<summary>Creates a new <seecref="T:System.Xml.Linq.XDocument" /> containing the contents of the specified <seecref="T:System.Xml.XmlReader" />.</summary>
1749
+
<returns>A new XDocument containing the contents of the specified <seecref="T:System.Xml.XmlReader" />.</returns>
<summary>Output this <seecref="T:System.Xml.Linq.XDocument" /> to a <seecref="T:System.IO.Stream" />.</summary>
2829
+
<returns>A task representing the asynchronous save operation.</returns>
2830
+
<remarks>
2831
+
<formattype="text/markdown"><![CDATA[
2832
+
2833
+
## Remarks
2834
+
2835
+
If <xref:System.Xml.Linq.SaveOptions.DisableFormatting?displayProperty=nameWithType> is set, the output is not indented. If <xref:System.Xml.Linq.SaveOptions.OmitDuplicateNamespaces?displayProperty=nameWithType> is set, duplicate namespace declarations will be removed.
<summary>Writes this <seecref="T:System.Xml.Linq.XDocument" /> to a <seecref="T:System.IO.TextWriter" />.</summary>
2873
+
<returns>A task representing the asynchronous save operation.</returns>
2874
+
<remarks>
2875
+
<formattype="text/markdown"><![CDATA[
2876
+
2877
+
## Remarks
2878
+
2879
+
If <xref:System.Xml.Linq.SaveOptions.DisableFormatting?displayProperty=nameWithType> is set, the output is not indented. If <xref:System.Xml.Linq.SaveOptions.OmitDuplicateNamespaces?displayProperty=nameWithType> is set, duplicate namespace declarations will be removed.
0 commit comments