8 references to IsEmptyOrWhitespace
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
BlockCommentEditing\CloseBlockCommentCommandHandler.cs (1)
46
line.
IsEmptyOrWhitespace
(0, line.Length - 2))
Microsoft.CodeAnalysis.EditorFeatures (6)
CommentSelection\CommentUncommentSelectionCommandHandler.cs (2)
104
if (span.IsEmpty && firstLine.
IsEmptyOrWhitespace
())
308
if (!line.
IsEmptyOrWhitespace
())
CommentSelection\ToggleLineCommentCommandHandler.cs (3)
123
if (!line.
IsEmptyOrWhitespace
())
146
if (!line.
IsEmptyOrWhitespace
())
185
return lineText.Trim().StartsWith(info.SingleLineCommentString, StringComparison.Ordinal) || line.
IsEmptyOrWhitespace
();
Shared\Utilities\CommonFormattingHelpers.cs (1)
46
if (previousLine.
IsEmptyOrWhitespace
())
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
Extensions\ITextSnapshotLineExtensionsTests.cs (1)
196
return line.
IsEmptyOrWhitespace
();