18 references to IsNullOrEmpty
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (18)
Build\ProjectBuildManager.cs (2)
280if (!RoslynString.IsNullOrEmpty(targetFrameworkValue) || RoslynString.IsNullOrEmpty(targetFrameworksValue))
MSBuild\ProjectFile\ProjectInstanceReader.cs (3)
187if (!RoslynString.IsNullOrEmpty(linkPath)) 217=> !RoslynString.IsNullOrEmpty(documentItem.GetMetadata(MetadataNames.Link)); 222if (!RoslynString.IsNullOrEmpty(link))
src\Compilers\Core\Portable\FileSystem\FileUtilities.cs (1)
169if (RoslynString.IsNullOrEmpty(baseRoot))
src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (6)
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))