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