15 references to IsEmptyOrWhitespace
Microsoft.CodeAnalysis.CSharp.Features (5)
ConvertToRawString\ConvertInterpolatedStringToRawStringCodeRefactoringProvider.cs (4)
313if (line.IsEmptyOrWhitespace()) 541while (lines[1].IsEmptyOrWhitespace() && 547while (lines[^2].IsEmptyOrWhitespace() && 578if (line.IsEmptyOrWhitespace())
src\Analyzers\CSharp\CodeFixes\ConvertNamespace\ConvertNamespaceTransform.cs (1)
216if (textLine.IsEmptyOrWhitespace())
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\RefactoringHelpers\CSharpRefactoringHelpers.cs (1)
47if (!line.IsEmptyOrWhitespace())
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
Extensions\ITextLineExtensionsTests.cs (1)
136return line.IsEmptyOrWhitespace();
Microsoft.CodeAnalysis.Features (5)
DocumentationComments\AbstractDocumentationCommentSnippetService.cs (4)
122if (line.IsEmptyOrWhitespace()) 180if (line.IsEmptyOrWhitespace()) 341Debug.Assert(!line.IsEmptyOrWhitespace()); 423if (EndsWithSingleExteriorTrivia(documentationComment) && currentLine.IsEmptyOrWhitespace() && !nextLineStartsWithDocComment)
QuickInfo\IndentationHelper.cs (1)
119if (line.IsEmptyOrWhitespace())
Microsoft.CodeAnalysis.Workspaces (3)
LinkedFileDiffMerging\AbstractLinkedFileMergeConflictCommentAdditionService.cs (2)
129if (!text.Lines[startLine].IsEmptyOrWhitespace()) 137if (!text.Lines[endLine].IsEmptyOrWhitespace())
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\RefactoringHelpers\AbstractRefactoringHelpers.cs (1)
272return locationLine.IsEmptyOrWhitespace();