Skip to content

Commit 1e4d3f1

Browse files
Port System.Xml new docs (#10161)
* System.Xml * System.Xml.Linq * Apply suggestions from code review Co-authored-by: Genevieve Warren <[email protected]> --------- Co-authored-by: Genevieve Warren <[email protected]>
1 parent 51f214a commit 1e4d3f1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

xml/System.Xml.Linq/XName.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,7 @@ http://www.adventure-works.com
508508
</remarks>
509509
<altmember cref="P:System.Xml.Linq.XName.Namespace" />
510510
<related type="Article" href="/dotnet/standard/linq/linq-xml-overview">LINQ to XML overview</related>
511+
<seealso cref="P:System.Xml.Linq.XName.Namespace" />
511512
</Docs>
512513
</Member>
513514
<Member MemberName="Namespace">

xml/System.Xml/XmlResolver.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,9 @@ resolver.Credentials = myCache;
208208
<ReturnType>System.Xml.XmlResolver</ReturnType>
209209
</ReturnValue>
210210
<Docs>
211-
<summary>To be added.</summary>
212-
<value>To be added.</value>
213-
<remarks>To be added.</remarks>
211+
<summary>Gets an XML resolver that resolves only file system URIs.</summary>
212+
<value>An XML resolver that resolves only file system URIs.</value>
213+
<remarks>Calling <see cref="M:System.Xml.XmlResolver.GetEntity(System.Uri,System.String,System.Type)" /> or <see cref="M:System.Xml.XmlResolver.GetEntityAsync(System.Uri,System.String,System.Type)" /> on the <see cref="T:System.Xml.XmlResolver" /> instance returned by this property resolves only URIs whose scheme is file.</remarks>
214214
</Docs>
215215
</Member>
216216
<Member MemberName="GetEntity">

0 commit comments

Comments
 (0)