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