1 override of IsDocCommentNewLine
Microsoft.CodeAnalysis.CSharp.Features (1)
DocumentationComments\CSharpDocumentationCommentSnippetService.cs (1)
258
protected override bool
IsDocCommentNewLine
(SyntaxToken token)
3 references to IsDocCommentNewLine
Microsoft.CodeAnalysis.Features (3)
DocumentationComments\AbstractDocumentationCommentSnippetService.cs (3)
277
if (!
IsDocCommentNewLine
(token))
364
if (!
IsDocCommentNewLine
(token) && HasSkippedTrailingTrivia(token))
371
if (!
IsDocCommentNewLine
(token))