5 references to IsNullOrWhiteSpace
Microsoft.CodeAnalysis (3)
CommandLine\CommandLineParser.cs (2)
887
if (isPublic == null || RoslynString.
IsNullOrWhiteSpace
(filePath))
901
if (RoslynString.
IsNullOrWhiteSpace
(resourceName))
FileSystem\PathUtilities.cs (1)
297
if (RoslynString.
IsNullOrWhiteSpace
(path))
Microsoft.CodeAnalysis.CSharp (2)
CommandLine\CSharpCommandLineParser.cs (2)
544
if (RoslynString.
IsNullOrWhiteSpace
(value))
2040
else if (RoslynString.
IsNullOrWhiteSpace
(filePath))