3 references to IsEmptyOrWhitespace
Microsoft.CodeAnalysis.Workspaces (3)
LinkedFileDiffMerging\AbstractLinkedFileMergeConflictCommentAdditionService.cs (2)
129
if (!text.Lines[startLine].
IsEmptyOrWhitespace
())
137
if (!text.Lines[endLine].
IsEmptyOrWhitespace
())
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeRefactorings\AbstractRefactoringHelpersService.cs (1)
254
return locationLine.
IsEmptyOrWhitespace
();