Implemented interface member:
method
GetDocumentationCommentSnippetFromPreviousLine
Microsoft.CodeAnalysis.DocumentationComments.IDocumentationCommentSnippetService.GetDocumentationCommentSnippetFromPreviousLine(in Microsoft.CodeAnalysis.DocumentationComments.DocumentationCommentOptions, Microsoft.CodeAnalysis.Text.TextLine, Microsoft.CodeAnalysis.Text.TextLine)
1 reference to GetDocumentationCommentSnippetFromPreviousLine
Microsoft.CodeAnalysis.Features (1)
DocumentationComments\AbstractDocumentationCommentSnippetService.cs (1)
425return GetDocumentationCommentSnippetFromPreviousLine(options, currentLine, previousLine);