4 references to XDocument
Microsoft.CodeAnalysis (1)
InternalUtilities\XmlUtilities.cs (1)
24
copy = new
XDocument
(((XDocument)(object)node));
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Extensions\ISymbolExtensions.cs (1)
571
copy = new
XDocument
(((XDocument)(object)node));
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Compilers\Core\Portable\InternalUtilities\XmlUtilities.cs (1)
24
copy = new
XDocument
(((XDocument)(object)node));
System.Private.Xml.Linq (1)
System\Xml\Linq\XDocument.cs (1)
867
return new
XDocument
(this);