3 references to IsDocCommentNewLine
Microsoft.CodeAnalysis.Features (3)
DocumentationComments\AbstractDocumentationCommentSnippetService.cs (3)
293
if (!
IsDocCommentNewLine
(token))
379
if (!
IsDocCommentNewLine
(token) && HasSkippedTrailingTrivia(token))
386
if (!
IsDocCommentNewLine
(token))