4 references to IsWhiteSpace
Microsoft.CodeAnalysis.Features (4)
EmbeddedLanguages\Json\JsonLexer.cs (2)
183_ => ch.IsWhiteSpace, 336while (Position < Text.Length && this.CurrentChar.IsWhiteSpace)
StackTraceExplorer\StackTraceAnalyzer.cs (2)
102while (virtualChars[start].IsWhiteSpace && start < end) 107while (virtualChars[end].IsWhiteSpace && end > start)