2 references to FromXmlFragment
Microsoft.CodeAnalysis.Workspaces (2)
ExternalAccess\VSTypeScript\Api\VSTypeScriptDocumentationCommentWrapper.cs (1)
12
=> new(DocumentationComment.
FromXmlFragment
(xml));
Shared\Extensions\ISymbolExtensions.cs (1)
258
return RoslynString.IsNullOrEmpty(xmlText) ? DocumentationComment.Empty : DocumentationComment.
FromXmlFragment
(xmlText);