22 references to RoslynString
Microsoft.CodeAnalysis.Workspaces (22)
Diagnostics\DiagnosticDataLocation.cs (1)
84if (RoslynString.IsNullOrEmpty(mapped))
Shared\Extensions\ISymbolExtensions.cs (1)
258return RoslynString.IsNullOrEmpty(xmlText) ? DocumentationComment.Empty : DocumentationComment.FromXmlFragment(xmlText);
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\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))
src\Compilers\Core\Portable\SourceGeneration\GeneratedCodeUtilities.cs (1)
63if (!RoslynString.IsNullOrEmpty(filePath))
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\StringExtensions.cs (1)
246if (RoslynString.IsNullOrWhiteSpace(alias))
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Options\EditorConfigValueSerializer`1.cs (1)
55Contract.ThrowIfTrue(RoslynString.IsNullOrEmpty(editorConfigStringForValue));
Workspace\Solution\ProjectState.cs (2)
421if (!RoslynString.IsNullOrEmpty(projectPath) && 500if (!RoslynString.IsNullOrEmpty(projectPath) &&
Workspace\Workspace.cs (2)
1434if ((!RoslynString.IsNullOrEmpty(pemeta.Display) && outputAssemblyToProjectIdMap.TryGetValue(pemeta.Display, out var matchingProjectId)) || 1435(!RoslynString.IsNullOrEmpty(pemeta.FilePath) && outputAssemblyToProjectIdMap.TryGetValue(pemeta.FilePath, out matchingProjectId)))