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