24 references to IsNullOrWhiteSpace
Microsoft.CodeAnalysis.Features (1)
AbstractMatchFolderAndNamespaceDiagnosticAnalyzer.cs (1)
153if (RoslynString.IsNullOrWhiteSpace(expectedNamespace) || expectedNamespace.Equals(currentNamespace, StringComparison.OrdinalIgnoreCase))
Microsoft.CodeAnalysis.Workspaces (2)
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\StringExtensions.cs\StringExtensions.cs (1)
246if (RoslynString.IsNullOrWhiteSpace(alias))
PathUtilities.cs (1)
296if (RoslynString.IsNullOrWhiteSpace(path))
Microsoft.CodeAnalysis.Workspaces.MSBuild (21)
MSBuild\DiagnosticReporter.cs (1)
66=> RoslynString.IsNullOrWhiteSpace(message)
MSBuild\MSBuildProjectLoader.Worker.cs (3)
286if (addDiscriminator && !RoslynString.IsNullOrWhiteSpace(projectFileInfo.TargetFramework)) 339if (RoslynString.IsNullOrWhiteSpace(assemblyName)) 405if (RoslynString.IsNullOrWhiteSpace(assemblyName))
MSBuild\ProjectFile\CommandLineArgumentReader.cs (7)
63if (!RoslynString.IsNullOrWhiteSpace(value)) 182if (!RoslynString.IsNullOrWhiteSpace(delaySign)) 191if (!RoslynString.IsNullOrWhiteSpace(errorReport)) 200if (!RoslynString.IsNullOrWhiteSpace(features)) 231if (prefer32bit && (RoslynString.IsNullOrWhiteSpace(platform) || string.Equals("anycpu", platform, StringComparison.OrdinalIgnoreCase))) 280if (!RoslynString.IsNullOrWhiteSpace(keyFile)) 286if (!RoslynString.IsNullOrWhiteSpace(keyContainer))
MSBuild\ProjectFile\Extensions.cs (2)
48return !RoslynString.IsNullOrWhiteSpace(aliasesText) 57return RoslynString.IsNullOrWhiteSpace(referenceOutputAssemblyText) ||
MSBuild\ProjectFile\ProjectFile.cs (4)
119if (!RoslynString.IsNullOrWhiteSpace(outputFilePath)) 125if (!RoslynString.IsNullOrWhiteSpace(outputRefFilePath)) 131if (!RoslynString.IsNullOrWhiteSpace(intermediateOutputFilePath)) 144if (RoslynString.IsNullOrWhiteSpace(targetFramework))
MSBuild\ProjectFile\ProjectFileInfo.cs (1)
97=> RoslynString.IsNullOrWhiteSpace(TargetFramework)
MSBuild\VisualBasic\VisualBasicCommandLineArgumentReader.cs (3)
71var hasDocumentationFile = !RoslynString.IsNullOrWhiteSpace(documentationFile); 75if (!RoslynString.IsNullOrWhiteSpace(documentationFile)) 109if (!RoslynString.IsNullOrWhiteSpace(vbRuntime))