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\ProjectFile.cs (4)
120if (!RoslynString.IsNullOrWhiteSpace(outputFilePath)) 126if (!RoslynString.IsNullOrWhiteSpace(outputRefFilePath)) 132if (!RoslynString.IsNullOrWhiteSpace(intermediateOutputFilePath)) 147if (RoslynString.IsNullOrWhiteSpace(targetFramework))
MSBuild\VisualBasic\VisualBasicCommandLineArgumentReader.cs (3)
70var hasDocumentationFile = !RoslynString.IsNullOrWhiteSpace(documentationFile); 74if (!RoslynString.IsNullOrWhiteSpace(documentationFile)) 108if (!RoslynString.IsNullOrWhiteSpace(vbRuntime))
Rpc\Contracts\ProjectFileInfo.cs (1)
141=> RoslynString.IsNullOrWhiteSpace(TargetFramework)
src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (1)
297if (RoslynString.IsNullOrWhiteSpace(path))