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