3 references to Copy
Microsoft.CodeAnalysis.CSharp (3)
Compiler\DocumentationCommentCompiler.IncludeElementExpander.cs (3)
194return new XNode[] { node.Copy(copyAttributeAnnotations: false) }; 200container = container.Copy(copyAttributeAnnotations: false); 289return new XNode[] { new XComment(commentMessage), includeElement.Copy(copyAttributeAnnotations: false) };