1 reference to IsWhitespace
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (1)
src\Analyzers\VisualBasic\CodeFixes\DocumentationComments\VisualBasicRemoveDocCommentNodeCodeFixProvider.vb (1)
76
Return token.Kind() = SyntaxKind.XmlTextLiteralToken AndAlso
IsWhitespace
(token.Text)