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