28 references to RoslynString
Microsoft.CodeAnalysis (28)
CodeGen\LocalConstantDefinition.cs (1)
26
RoslynDebug.Assert(!
RoslynString
.IsNullOrEmpty(name));
CommandLine\CommandLineParser.cs (4)
863
if (
RoslynString
.IsNullOrWhiteSpace(filePath))
873
if (
RoslynString
.IsNullOrWhiteSpace(resourceName))
1330
if (
RoslynString
.IsNullOrEmpty(value))
1368
if (
RoslynString
.IsNullOrEmpty(value))
CommandLine\SarifV1ErrorLogger.cs (3)
73
if (!
RoslynString
.IsNullOrEmpty(message))
164
if (!
RoslynString
.IsNullOrEmpty(shortDescription))
170
if (!
RoslynString
.IsNullOrEmpty(fullDescription))
CommandLine\SarifV2ErrorLogger.cs (3)
66
if (!
RoslynString
.IsNullOrEmpty(message))
245
if (!
RoslynString
.IsNullOrEmpty(shortDescription))
253
if (!
RoslynString
.IsNullOrEmpty(fullDescription))
Compilation\Compilation.cs (1)
3231
if (moduleBeingBuilt.DebugInformationFormat == DebugInformationFormat.Embedded && !
RoslynString
.IsNullOrEmpty(pePdbFilePath))
Diagnostic\LocalizableResourceString.FixedLocalizableString.cs (1)
23
if (
RoslynString
.IsNullOrEmpty(fixedResource))
FileSystem\FileUtilities.cs (1)
168
if (
RoslynString
.IsNullOrEmpty(baseRoot))
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))
InternalUtilities\CompilerOptionParseUtilities.cs (1)
18
if (
RoslynString
.IsNullOrEmpty(features))
InternalUtilities\JsonWriter.cs (1)
265
if (
RoslynString
.IsNullOrEmpty(value))
InternalUtilities\StringExtensions.cs (3)
82
if (!
RoslynString
.IsNullOrEmpty(shortName))
100
return !
RoslynString
.IsNullOrEmpty(name) && name.IndexOf('\0') == -1;
108
if (
RoslynString
.IsNullOrEmpty(name))
InternalUtilities\UnicodeCharacterUtilities.cs (1)
93
if (
RoslynString
.IsNullOrEmpty(name))
SourceGeneration\GeneratedCodeUtilities.cs (1)
63
if (!
RoslynString
.IsNullOrEmpty(filePath))