8 references to AppendLine
Microsoft.CodeAnalysis.LanguageServer.Protocol (8)
Extensions\ProtocolConversions.cs (8)
920
markdownBuilder.
AppendLine
($"{codeFence}{codeBlockLanguageName}");
921
markdownBuilder.
AppendLine
(taggedText.Text);
934
markdownBuilder.
AppendLine
(codeFence);
935
markdownBuilder.
AppendLine
(taggedText.Text);
958
markdownBuilder.
AppendLine
($"{BlockCodeFence}text");
959
markdownBuilder.
AppendLine
(taggedText.Text);
960
markdownBuilder.
AppendLine
(BlockCodeFence);
986
markdownBuilder.
AppendLine
();