3 references to IsDocCommentNewLine
Microsoft.CodeAnalysis.Features (3)
DocumentationComments\AbstractDocumentationCommentSnippetService.cs (3)
289
if (!
IsDocCommentNewLine
(token))
375
if (!
IsDocCommentNewLine
(token) && HasSkippedTrailingTrivia(token))
382
if (!
IsDocCommentNewLine
(token))