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