1 implementation of DocumentationCommentCharacter
Microsoft.CodeAnalysis.Features (1)
DocumentationComments\AbstractDocumentationCommentSnippetService.cs (1)
37
public abstract string
DocumentationCommentCharacter
{ get; }
1 reference to DocumentationCommentCharacter
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\OnAutoInsert\OnAutoInsertHandler.cs (1)
79
if (character == "\n" || character == service.
DocumentationCommentCharacter
)