2 references to IsTabOrSpace
Microsoft.CodeAnalysis.Razor.Workspaces (2)
Formatting\FormattingUtilities.cs (2)
131
while (startCharacter < indentation &&
IsTabOrSpace
(line[startCharacter]))
167
if (!
IsTabOrSpace
(c))