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