19 references to IsNullOrEmpty
Microsoft.CodeAnalysis.Workspaces (19)
Diagnostics\DiagnosticDataLocation.cs (1)
84
if (RoslynString.
IsNullOrEmpty
(mapped))
Shared\Extensions\ISymbolExtensions.cs (1)
258
return RoslynString.
IsNullOrEmpty
(xmlText) ? DocumentationComment.Empty : DocumentationComment.FromXmlFragment(xmlText);
src\Compilers\Core\Portable\FileSystem\FileUtilities.cs (1)
168
if (RoslynString.
IsNullOrEmpty
(baseRoot))
src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (6)
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\StringExtensions.cs (3)
84
if (!RoslynString.
IsNullOrEmpty
(shortName))
102
return !RoslynString.
IsNullOrEmpty
(name) && name.IndexOf('\0') == -1;
110
if (RoslynString.
IsNullOrEmpty
(name))
src\Compilers\Core\Portable\InternalUtilities\UnicodeCharacterUtilities.cs (1)
93
if (RoslynString.
IsNullOrEmpty
(name))
src\Compilers\Core\Portable\SourceGeneration\GeneratedCodeUtilities.cs (1)
63
if (!RoslynString.
IsNullOrEmpty
(filePath))
Workspace\Solution\ProjectState.cs (2)
446
if (!RoslynString.
IsNullOrEmpty
(projectPath) &&
525
if (!RoslynString.
IsNullOrEmpty
(projectPath) &&
Workspace\Workspace.cs (2)
1477
if ((!RoslynString.
IsNullOrEmpty
(pemeta.Display) && outputAssemblyToProjectIdMap.TryGetValue(pemeta.Display, out var matchingProjectId)) ||
1478
(!RoslynString.
IsNullOrEmpty
(pemeta.FilePath) && outputAssemblyToProjectIdMap.TryGetValue(pemeta.FilePath, out matchingProjectId)))