4 references to AllWhitespace
Microsoft.CodeAnalysis.CSharp.Features (4)
ConvertToRawString\ConvertRegularStringToRawStringCodeRefactoringProvider.cs (4)
390
while (lines.Count > 0 &&
AllWhitespace
(lines.First()))
393
while (lines.Count > 0 &&
AllWhitespace
(lines.Last()))
406
if (
AllWhitespace
(line))
441
if (
AllWhitespace
(currentLine))