4 references to IsWhiteSpace
Microsoft.CodeAnalysis (2)
CommandLine\CommandLineParser.cs (1)
1188
if (path.
IsWhiteSpace
())
MemoryExtensions.cs (1)
75
memory is not { } m ||
IsWhiteSpace
(m);
Microsoft.CodeAnalysis.CSharp (2)
CommandLine\CSharpCommandLineParser.cs (2)
1793
if (valueMemory.
IsWhiteSpace
())
1979
if (path.
IsWhiteSpace
())