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