1 implementation of GetDocumentationCommentSnippetFromPreviousLine
Microsoft.CodeAnalysis.Features (1)
DocumentationComments\AbstractDocumentationCommentSnippetService.cs (1)
431
public DocumentationCommentSnippet
GetDocumentationCommentSnippetFromPreviousLine
(in DocumentationCommentOptions options, TextLine currentLine, TextLine previousLine)
1 reference to GetDocumentationCommentSnippetFromPreviousLine
Microsoft.CodeAnalysis.EditorFeatures (1)
DocumentationComments\AbstractDocumentationCommentCommandHandler.cs (1)
334
var snippet = service.
GetDocumentationCommentSnippetFromPreviousLine
(options, currentLine, previousLine);