8 references to AppendLine
Microsoft.CodeAnalysis.LanguageServer.Protocol (8)
Extensions\ProtocolConversions.cs (8)
886
markdownBuilder.
AppendLine
($"{codeFence}{codeBlockLanguageName}");
887
markdownBuilder.
AppendLine
(taggedText.Text);
899
markdownBuilder.
AppendLine
(codeFence);
900
markdownBuilder.
AppendLine
(taggedText.Text);
923
markdownBuilder.
AppendLine
($"{BlockCodeFence}text");
924
markdownBuilder.
AppendLine
(taggedText.Text);
925
markdownBuilder.
AppendLine
(BlockCodeFence);
951
markdownBuilder.
AppendLine
();