16 references to IsNullOrWhiteSpace
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (16)
MSBuild\ProjectFile\CommandLineArgumentReader.cs (7)
63if (!RoslynString.IsNullOrWhiteSpace(value)) 170if (!RoslynString.IsNullOrWhiteSpace(delaySign)) 179if (!RoslynString.IsNullOrWhiteSpace(errorReport)) 188if (!RoslynString.IsNullOrWhiteSpace(features)) 219if (prefer32bit && (RoslynString.IsNullOrWhiteSpace(platform) || string.Equals("anycpu", platform, StringComparison.OrdinalIgnoreCase))) 258if (!RoslynString.IsNullOrWhiteSpace(keyFile)) 264if (!RoslynString.IsNullOrWhiteSpace(keyContainer))
MSBuild\ProjectFile\ProjectInstanceReader.cs (5)
46if (!RoslynString.IsNullOrWhiteSpace(outputFilePath)) 52if (!RoslynString.IsNullOrWhiteSpace(outputRefFilePath)) 58generatedFilesOutputDirectory = RoslynString.IsNullOrWhiteSpace(generatedFilesOutputDirectory) 63if (!RoslynString.IsNullOrWhiteSpace(intermediateOutputFilePath)) 78if (RoslynString.IsNullOrWhiteSpace(targetFramework))
MSBuild\VisualBasic\VisualBasicCommandLineArgumentReader.cs (3)
70var hasDocumentationFile = !RoslynString.IsNullOrWhiteSpace(documentationFile); 74if (!RoslynString.IsNullOrWhiteSpace(documentationFile)) 108if (!RoslynString.IsNullOrWhiteSpace(vbRuntime))
src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (1)
297if (RoslynString.IsNullOrWhiteSpace(path))