35 references to RoslynString
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (35)
MSBuild\ProjectFile\CommandLineArgumentReader.cs (7)
63
if (!
RoslynString
.IsNullOrWhiteSpace(value))
182
if (!
RoslynString
.IsNullOrWhiteSpace(delaySign))
191
if (!
RoslynString
.IsNullOrWhiteSpace(errorReport))
200
if (!
RoslynString
.IsNullOrWhiteSpace(features))
231
if (prefer32bit && (
RoslynString
.IsNullOrWhiteSpace(platform) || string.Equals("anycpu", platform, StringComparison.OrdinalIgnoreCase)))
280
if (!
RoslynString
.IsNullOrWhiteSpace(keyFile))
286
if (!
RoslynString
.IsNullOrWhiteSpace(keyContainer))
MSBuild\ProjectFile\ProjectFile.cs (10)
61
if (
RoslynString
.IsNullOrEmpty(targetFrameworkValue) && !
RoslynString
.IsNullOrEmpty(targetFrameworksValue))
123
if (!
RoslynString
.IsNullOrWhiteSpace(outputFilePath))
129
if (!
RoslynString
.IsNullOrWhiteSpace(outputRefFilePath))
135
generatedFilesOutputDirectory =
RoslynString
.IsNullOrWhiteSpace(generatedFilesOutputDirectory)
140
if (!
RoslynString
.IsNullOrWhiteSpace(intermediateOutputFilePath))
155
if (
RoslynString
.IsNullOrWhiteSpace(targetFramework))
268
if (!
RoslynString
.IsNullOrEmpty(linkPath))
298
=> !
RoslynString
.IsNullOrEmpty(documentItem.GetMetadata(MetadataNames.Link));
324
if (!
RoslynString
.IsNullOrEmpty(link))
MSBuild\VisualBasic\VisualBasicCommandLineArgumentReader.cs (3)
70
var hasDocumentationFile = !
RoslynString
.IsNullOrWhiteSpace(documentationFile);
74
if (!
RoslynString
.IsNullOrWhiteSpace(documentationFile))
108
if (!
RoslynString
.IsNullOrWhiteSpace(vbRuntime))
Rpc\Contracts\ProjectFileInfo.cs (1)
147
=>
RoslynString
.IsNullOrWhiteSpace(TargetFramework)
src\Compilers\Core\Portable\FileSystem\FileUtilities.cs (1)
168
if (
RoslynString
.IsNullOrEmpty(baseRoot))
src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (7)
297
if (
RoslynString
.IsNullOrWhiteSpace(path))
356
if (
RoslynString
.IsNullOrEmpty(path))
417
if (
RoslynString
.IsNullOrEmpty(root))
438
RoslynDebug.Assert(!
RoslynString
.IsNullOrEmpty(root));
464
if (
RoslynString
.IsNullOrEmpty(root))
469
if (
RoslynString
.IsNullOrEmpty(path))
763
if (
RoslynString
.IsNullOrEmpty(fullPath))
src\Compilers\Core\Portable\InternalUtilities\CompilerOptionParseUtilities.cs (1)
18
if (
RoslynString
.IsNullOrEmpty(features))
src\Compilers\Core\Portable\InternalUtilities\JsonWriter.cs (1)
265
if (
RoslynString
.IsNullOrEmpty(value))
src\Compilers\Core\Portable\InternalUtilities\StringExtensions.cs (3)
82
if (!
RoslynString
.IsNullOrEmpty(shortName))
100
return !
RoslynString
.IsNullOrEmpty(name) && name.IndexOf('\0') == -1;
108
if (
RoslynString
.IsNullOrEmpty(name))
src\Compilers\Core\Portable\InternalUtilities\UnicodeCharacterUtilities.cs (1)
93
if (
RoslynString
.IsNullOrEmpty(name))