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