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