8 references to AppendLine
Microsoft.CodeAnalysis.LanguageServer.Protocol (8)
Extensions\ProtocolConversions.cs (8)
902
markdownBuilder.
AppendLine
($"{codeFence}{codeBlockLanguageName}");
903
markdownBuilder.
AppendLine
(taggedText.Text);
915
markdownBuilder.
AppendLine
(codeFence);
916
markdownBuilder.
AppendLine
(taggedText.Text);
939
markdownBuilder.
AppendLine
($"{BlockCodeFence}text");
940
markdownBuilder.
AppendLine
(taggedText.Text);
941
markdownBuilder.
AppendLine
(BlockCodeFence);
967
markdownBuilder.
AppendLine
();