34 references to RoslynString
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (34)
Build\ProjectBuildManager.cs (2)
283
if (!
RoslynString
.IsNullOrEmpty(targetFrameworkValue) ||
RoslynString
.IsNullOrEmpty(targetFrameworksValue))
MSBuild\ProjectFile\CommandLineArgumentReader.cs (7)
63
if (!
RoslynString
.IsNullOrWhiteSpace(value))
170
if (!
RoslynString
.IsNullOrWhiteSpace(delaySign))
179
if (!
RoslynString
.IsNullOrWhiteSpace(errorReport))
188
if (!
RoslynString
.IsNullOrWhiteSpace(features))
219
if (prefer32bit && (
RoslynString
.IsNullOrWhiteSpace(platform) || string.Equals("anycpu", platform, StringComparison.OrdinalIgnoreCase)))
258
if (!
RoslynString
.IsNullOrWhiteSpace(keyFile))
264
if (!
RoslynString
.IsNullOrWhiteSpace(keyContainer))
MSBuild\ProjectFile\ProjectInstanceReader.cs (8)
46
if (!
RoslynString
.IsNullOrWhiteSpace(outputFilePath))
52
if (!
RoslynString
.IsNullOrWhiteSpace(outputRefFilePath))
58
generatedFilesOutputDirectory =
RoslynString
.IsNullOrWhiteSpace(generatedFilesOutputDirectory)
63
if (!
RoslynString
.IsNullOrWhiteSpace(intermediateOutputFilePath))
78
if (
RoslynString
.IsNullOrWhiteSpace(targetFramework))
207
if (!
RoslynString
.IsNullOrEmpty(linkPath))
237
=> !
RoslynString
.IsNullOrEmpty(documentItem.GetMetadata(MetadataNames.Link));
242
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))
src\Compilers\Core\Portable\FileSystem\FileUtilities.cs (1)
169
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)
73
if (!
RoslynString
.IsNullOrEmpty(shortName))
91
return !
RoslynString
.IsNullOrEmpty(name) && name.IndexOf('\0') == -1;
99
if (
RoslynString
.IsNullOrEmpty(name))
src\Compilers\Core\Portable\InternalUtilities\UnicodeCharacterUtilities.cs (1)
93
if (
RoslynString
.IsNullOrEmpty(name))