5 references to IsNullOrWhiteSpace
Microsoft.CodeAnalysis (3)
CommandLine\CommandLineParser.cs (2)
887if (isPublic == null || RoslynString.IsNullOrWhiteSpace(filePath)) 901if (RoslynString.IsNullOrWhiteSpace(resourceName))
FileSystem\PathUtilities.cs (1)
297if (RoslynString.IsNullOrWhiteSpace(path))
Microsoft.CodeAnalysis.CSharp (2)
CommandLine\CSharpCommandLineParser.cs (2)
544if (RoslynString.IsNullOrWhiteSpace(value)) 2040else if (RoslynString.IsNullOrWhiteSpace(filePath))