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\Compiler\Core\Services\RefactoringHelpers\AbstractRefactoringHelpers.cs (1)
272
return locationLine.
IsEmptyOrWhitespace
();