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