8 references to AppendLine
Microsoft.CodeAnalysis.LanguageServer.Protocol (8)
Extensions\ProtocolConversions.cs (8)
980
markdownBuilder.
AppendLine
($"{codeFence}{codeBlockLanguageName}");
981
markdownBuilder.
AppendLine
(taggedText.Text);
994
markdownBuilder.
AppendLine
(codeFence);
995
markdownBuilder.
AppendLine
(taggedText.Text);
1018
markdownBuilder.
AppendLine
($"{BlockCodeFence}text");
1019
markdownBuilder.
AppendLine
(taggedText.Text);
1020
markdownBuilder.
AppendLine
(BlockCodeFence);
1046
markdownBuilder.
AppendLine
();