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
Reduce allocations in XmlDocumentationProvider.GetDocumentationForSymbol (#80287)
* Reduce allocations in XmlDocumentationProvider.GetDocumentationForSymbol
Switches the method from XDocument usage to just using the XmlReader directly. I do notice one *slight* difference between the two, the old way ends up \n in the document to \r\n whereas the new way doesn't do that conversion. I don't *think* that should have an effect on rendering, but I thought I should mention it.
0 commit comments