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