2 references to TryParseDocCommentXml
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\ExternalElements\AbstractExternalCodeElement.cs (2)
90
if (!
TryParseDocCommentXml
(documentationCommentXml, out var xml))
95
if (!
TryParseDocCommentXml
($"<doc>{documentationCommentXml}</doc>", out xml))