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