35 references to RoslynString
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (35)
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 (10)
59if (RoslynString.IsNullOrEmpty(targetFrameworkValue) && !RoslynString.IsNullOrEmpty(targetFrameworksValue)) 121if (!RoslynString.IsNullOrWhiteSpace(outputFilePath)) 127if (!RoslynString.IsNullOrWhiteSpace(outputRefFilePath)) 133generatedFilesOutputDirectory = RoslynString.IsNullOrWhiteSpace(generatedFilesOutputDirectory) 138if (!RoslynString.IsNullOrWhiteSpace(intermediateOutputFilePath)) 153if (RoslynString.IsNullOrWhiteSpace(targetFramework)) 269if (!RoslynString.IsNullOrEmpty(linkPath)) 299=> !RoslynString.IsNullOrEmpty(documentItem.GetMetadata(MetadataNames.Link)); 325if (!RoslynString.IsNullOrEmpty(link))
MSBuild\VisualBasic\VisualBasicCommandLineArgumentReader.cs (3)
70var hasDocumentationFile = !RoslynString.IsNullOrWhiteSpace(documentationFile); 74if (!RoslynString.IsNullOrWhiteSpace(documentationFile)) 108if (!RoslynString.IsNullOrWhiteSpace(vbRuntime))
Rpc\Contracts\ProjectFileInfo.cs (1)
147=> RoslynString.IsNullOrWhiteSpace(TargetFramework)
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)
84if (!RoslynString.IsNullOrEmpty(shortName)) 102return !RoslynString.IsNullOrEmpty(name) && name.IndexOf('\0') == -1; 110if (RoslynString.IsNullOrEmpty(name))
src\Compilers\Core\Portable\InternalUtilities\UnicodeCharacterUtilities.cs (1)
93if (RoslynString.IsNullOrEmpty(name))