19 references to RoslynString
Microsoft.CodeAnalysis.CodeStyle (18)
AbstractMatchFolderAndNamespaceDiagnosticAnalyzer.cs (1)
153
if (
RoslynString
.IsNullOrWhiteSpace(expectedNamespace) || expectedNamespace.Equals(currentNamespace, StringComparison.OrdinalIgnoreCase))
CompilerOptionParseUtilities.cs (1)
18
if (
RoslynString
.IsNullOrEmpty(features))
EditorConfigValueSerializer`1.cs (1)
62
Contract.ThrowIfTrue(
RoslynString
.IsNullOrEmpty(editorConfigStringForValue));
FileUtilities.cs (1)
167
if (
RoslynString
.IsNullOrEmpty(baseRoot))
GeneratedCodeUtilities.cs (1)
63
if (!
RoslynString
.IsNullOrEmpty(filePath))
J\s\src\Compilers\Core\Portable\InternalUtilities\StringExtensions.cs\StringExtensions.cs (3)
82
if (!
RoslynString
.IsNullOrEmpty(shortName))
100
return !
RoslynString
.IsNullOrEmpty(name) && name.IndexOf('\0') == -1;
108
if (
RoslynString
.IsNullOrEmpty(name))
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\StringExtensions.cs\StringExtensions.cs (1)
246
if (
RoslynString
.IsNullOrWhiteSpace(alias))
PathUtilities.cs (7)
296
if (
RoslynString
.IsNullOrWhiteSpace(path))
355
if (
RoslynString
.IsNullOrEmpty(path))
416
if (
RoslynString
.IsNullOrEmpty(root))
437
RoslynDebug.Assert(!
RoslynString
.IsNullOrEmpty(root));
463
if (
RoslynString
.IsNullOrEmpty(root))
468
if (
RoslynString
.IsNullOrEmpty(path))
749
if (
RoslynString
.IsNullOrEmpty(fullPath))
SuppressMessageAttributeState.cs (1)
82
RoslynString
.IsNullOrEmpty(scopeString))
UnicodeCharacterUtilities.cs (1)
93
if (
RoslynString
.IsNullOrEmpty(name))
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
AbstractFileHeaderCodeFixProvider.cs (1)
71
if (
RoslynString
.IsNullOrEmpty(fileHeaderTemplate))