8 references to AppendLine
Microsoft.CodeAnalysis.LanguageServer.Protocol (8)
Extensions\ProtocolConversions.cs (8)
904
markdownBuilder.
AppendLine
($"{codeFence}{codeBlockLanguageName}");
905
markdownBuilder.
AppendLine
(taggedText.Text);
918
markdownBuilder.
AppendLine
(codeFence);
919
markdownBuilder.
AppendLine
(taggedText.Text);
942
markdownBuilder.
AppendLine
($"{BlockCodeFence}text");
943
markdownBuilder.
AppendLine
(taggedText.Text);
944
markdownBuilder.
AppendLine
(BlockCodeFence);
970
markdownBuilder.
AppendLine
();