8 references to AppendLine
Microsoft.CodeAnalysis.LanguageServer.Protocol (8)
Extensions\ProtocolConversions.cs (8)
906
markdownBuilder.
AppendLine
($"{codeFence}{codeBlockLanguageName}");
907
markdownBuilder.
AppendLine
(taggedText.Text);
920
markdownBuilder.
AppendLine
(codeFence);
921
markdownBuilder.
AppendLine
(taggedText.Text);
944
markdownBuilder.
AppendLine
($"{BlockCodeFence}text");
945
markdownBuilder.
AppendLine
(taggedText.Text);
946
markdownBuilder.
AppendLine
(BlockCodeFence);
972
markdownBuilder.
AppendLine
();