4 references to AllWhitespace
Microsoft.CodeAnalysis.CSharp.Features (4)
ConvertToRawString\ConvertRegularStringToRawStringCodeRefactoringProvider.cs (4)
258
while (lines.Count > 0 &&
AllWhitespace
(lines.First()))
261
while (lines.Count > 0 &&
AllWhitespace
(lines.Last()))
274
if (
AllWhitespace
(line))
309
if (
AllWhitespace
(currentLine))