4 references to AllWhitespace
Microsoft.CodeAnalysis.CSharp.Features (4)
ConvertToRawString\ConvertRegularStringToRawStringCodeRefactoringProvider.cs (4)
267
while (lines.Count > 0 &&
AllWhitespace
(lines.First()))
270
while (lines.Count > 0 &&
AllWhitespace
(lines.Last()))
283
if (
AllWhitespace
(line))
318
if (
AllWhitespace
(currentLine))