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