4 references to BlockCodeFence
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Extensions\ProtocolConversions.cs (4)
1005
codeFence =
BlockCodeFence
;
1019
if (codeFence ==
BlockCodeFence
)
1045
markdownBuilder.AppendLine($"{
BlockCodeFence
}text");
1047
markdownBuilder.AppendLine(
BlockCodeFence
);