5 references to IsEmpty
Microsoft.CodeAnalysis.Features (5)
CodeFixes\Configuration\ConfigurationUpdater.cs (1)
640
else if (relativePath.
IsEmpty
() && new Regex(fileName).IsMatch(relativePath))
ExtractMethod\MethodExtractor.Analyzer.cs (1)
491
if (symbol.Name.
IsEmpty
())
ExtractMethod\MethodExtractor.cs (1)
256
if (camelCase && !prefix.
IsEmpty
())
GenerateType\AbstractGenerateTypeService.Editor.cs (1)
256
var refinedFolders = folders.SelectAsArray(n => n != null && !n.
IsEmpty
(), n => n.Replace(' ', '_'));
Shared\Utilities\ExtractTypeHelpers.cs (1)
75
var index = rootNamespace.
IsEmpty
() ? -1 : containingNamespaceDisplay.IndexOf(rootNamespace);