34 references to RoslynString
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (34)
Build\ProjectBuildManager.cs (2)
280if (!RoslynString.IsNullOrEmpty(targetFrameworkValue) || RoslynString.IsNullOrEmpty(targetFrameworksValue))
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 (8)
45if (!RoslynString.IsNullOrWhiteSpace(outputFilePath)) 51if (!RoslynString.IsNullOrWhiteSpace(outputRefFilePath)) 57generatedFilesOutputDirectory = RoslynString.IsNullOrWhiteSpace(generatedFilesOutputDirectory) 62if (!RoslynString.IsNullOrWhiteSpace(intermediateOutputFilePath)) 77if (RoslynString.IsNullOrWhiteSpace(targetFramework)) 187if (!RoslynString.IsNullOrEmpty(linkPath)) 217=> !RoslynString.IsNullOrEmpty(documentItem.GetMetadata(MetadataNames.Link)); 222if (!RoslynString.IsNullOrEmpty(link))
MSBuild\VisualBasic\VisualBasicCommandLineArgumentReader.cs (3)
70var hasDocumentationFile = !RoslynString.IsNullOrWhiteSpace(documentationFile); 74if (!RoslynString.IsNullOrWhiteSpace(documentationFile)) 108if (!RoslynString.IsNullOrWhiteSpace(vbRuntime))
src\Compilers\Core\Portable\FileSystem\FileUtilities.cs (1)
169if (RoslynString.IsNullOrEmpty(baseRoot))
src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (7)
297if (RoslynString.IsNullOrWhiteSpace(path)) 356if (RoslynString.IsNullOrEmpty(path)) 417if (RoslynString.IsNullOrEmpty(root)) 438RoslynDebug.Assert(!RoslynString.IsNullOrEmpty(root)); 464if (RoslynString.IsNullOrEmpty(root)) 469if (RoslynString.IsNullOrEmpty(path)) 763if (RoslynString.IsNullOrEmpty(fullPath))
src\Compilers\Core\Portable\InternalUtilities\CompilerOptionParseUtilities.cs (1)
18if (RoslynString.IsNullOrEmpty(features))
src\Compilers\Core\Portable\InternalUtilities\JsonWriter.cs (1)
265if (RoslynString.IsNullOrEmpty(value))
src\Compilers\Core\Portable\InternalUtilities\StringExtensions.cs (3)
73if (!RoslynString.IsNullOrEmpty(shortName)) 91return !RoslynString.IsNullOrEmpty(name) && name.IndexOf('\0') == -1; 99if (RoslynString.IsNullOrEmpty(name))
src\Compilers\Core\Portable\InternalUtilities\UnicodeCharacterUtilities.cs (1)
93if (RoslynString.IsNullOrEmpty(name))