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)
61if (RoslynString.IsNullOrEmpty(targetFrameworkValue) && !RoslynString.IsNullOrEmpty(targetFrameworksValue)) 123if (!RoslynString.IsNullOrWhiteSpace(outputFilePath)) 129if (!RoslynString.IsNullOrWhiteSpace(outputRefFilePath)) 135generatedFilesOutputDirectory = RoslynString.IsNullOrWhiteSpace(generatedFilesOutputDirectory) 140if (!RoslynString.IsNullOrWhiteSpace(intermediateOutputFilePath)) 155if (RoslynString.IsNullOrWhiteSpace(targetFramework)) 268if (!RoslynString.IsNullOrEmpty(linkPath)) 298=> !RoslynString.IsNullOrEmpty(documentItem.GetMetadata(MetadataNames.Link)); 324if (!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)
168if (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)
82if (!RoslynString.IsNullOrEmpty(shortName)) 100return !RoslynString.IsNullOrEmpty(name) && name.IndexOf('\0') == -1; 108if (RoslynString.IsNullOrEmpty(name))
src\Compilers\Core\Portable\InternalUtilities\UnicodeCharacterUtilities.cs (1)
93if (RoslynString.IsNullOrEmpty(name))