16 references to IsNullOrWhiteSpace
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (16)
MSBuild\ProjectFile\CommandLineArgumentReader.cs (7)
63if (!RoslynString.IsNullOrWhiteSpace(value)) 182if (!RoslynString.IsNullOrWhiteSpace(delaySign)) 191if (!RoslynString.IsNullOrWhiteSpace(errorReport)) 200if (!RoslynString.IsNullOrWhiteSpace(features)) 231if (prefer32bit && (RoslynString.IsNullOrWhiteSpace(platform) || string.Equals("anycpu", platform, StringComparison.OrdinalIgnoreCase))) 280if (!RoslynString.IsNullOrWhiteSpace(keyFile)) 286if (!RoslynString.IsNullOrWhiteSpace(keyContainer))
MSBuild\ProjectFile\ProjectInstanceReader.cs (5)
45if (!RoslynString.IsNullOrWhiteSpace(outputFilePath)) 51if (!RoslynString.IsNullOrWhiteSpace(outputRefFilePath)) 57generatedFilesOutputDirectory = RoslynString.IsNullOrWhiteSpace(generatedFilesOutputDirectory) 62if (!RoslynString.IsNullOrWhiteSpace(intermediateOutputFilePath)) 77if (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))