8 references to AppendLine
Microsoft.CodeAnalysis.LanguageServer.Protocol (8)
Extensions\ProtocolConversions.cs (8)
991
markdownBuilder.
AppendLine
($"{codeFence}{codeBlockLanguageName}");
992
markdownBuilder.
AppendLine
(taggedText.Text);
1005
markdownBuilder.
AppendLine
(codeFence);
1006
markdownBuilder.
AppendLine
(taggedText.Text);
1029
markdownBuilder.
AppendLine
($"{BlockCodeFence}text");
1030
markdownBuilder.
AppendLine
(taggedText.Text);
1031
markdownBuilder.
AppendLine
(BlockCodeFence);
1057
markdownBuilder.
AppendLine
();