2 overrides of IsDocCommentNewLine
Microsoft.CodeAnalysis.CSharp.Features (1)
DocumentationComments\CSharpDocumentationCommentSnippetService.cs (1)
254
protected override bool
IsDocCommentNewLine
(SyntaxToken token)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
DocumentationComments\VisualBasicDocumentationCommentSnippetService.vb (1)
247
Protected Overrides Function
IsDocCommentNewLine
(token As SyntaxToken) As Boolean
3 references to IsDocCommentNewLine
Microsoft.CodeAnalysis.Features (3)
DocumentationComments\AbstractDocumentationCommentSnippetService.cs (3)
211
if (!
IsDocCommentNewLine
(token))
290
if (!
IsDocCommentNewLine
(token) && HasSkippedTrailingTrivia(token))
297
if (!
IsDocCommentNewLine
(token))