18 references to RoslynString
Microsoft.CodeAnalysis.CodeStyle (18)
src\Analyzers\Core\Analyzers\MatchFolderAndNamespace\AbstractMatchFolderAndNamespaceDiagnosticAnalyzer.cs (1)
155
if (
RoslynString
.IsNullOrWhiteSpace(expectedNamespace) || expectedNamespace.Equals(currentNamespace, StringComparison.OrdinalIgnoreCase))
src\Analyzers\Core\Analyzers\RemoveUnnecessarySuppressions\SuppressMessageAttributeState.cs (1)
76
RoslynString
.IsNullOrEmpty(scopeString))
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\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))
src\Compilers\Core\Portable\SourceGeneration\GeneratedCodeUtilities.cs (1)
63
if (!
RoslynString
.IsNullOrEmpty(filePath))
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\StringExtensions.cs (1)
246
if (
RoslynString
.IsNullOrWhiteSpace(alias))
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Options\EditorConfigValueSerializer`1.cs (1)
55
Contract.ThrowIfTrue(
RoslynString
.IsNullOrEmpty(editorConfigStringForValue));