4 references to IsWhiteSpace
Microsoft.CodeAnalysis (2)
CommandLine\CommandLineParser.cs (1)
1159
if (path.
IsWhiteSpace
())
MemoryExtensions.cs (1)
62
memory is not { } m ||
IsWhiteSpace
(m);
Microsoft.CodeAnalysis.CSharp (2)
CommandLine\CSharpCommandLineParser.cs (2)
1743
if (valueMemory.
IsWhiteSpace
())
1927
if (path.
IsWhiteSpace
())