3 references to IsNullOrWhiteSpace
Microsoft.CodeAnalysis.CodeStyle (3)
AbstractMatchFolderAndNamespaceDiagnosticAnalyzer.cs (1)
153if (RoslynString.IsNullOrWhiteSpace(expectedNamespace) || expectedNamespace.Equals(currentNamespace, StringComparison.OrdinalIgnoreCase))
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\StringExtensions.cs\StringExtensions.cs (1)
246if (RoslynString.IsNullOrWhiteSpace(alias))
PathUtilities.cs (1)
296if (RoslynString.IsNullOrWhiteSpace(path))