5 references to IsNullOrWhiteSpace
Microsoft.CodeAnalysis (3)
CommandLine\CommandLineParser.cs (2)
863
if (RoslynString.
IsNullOrWhiteSpace
(filePath))
873
if (RoslynString.
IsNullOrWhiteSpace
(resourceName))
FileSystem\PathUtilities.cs (1)
296
if (RoslynString.
IsNullOrWhiteSpace
(path))
Microsoft.CodeAnalysis.CSharp (2)
CommandLine\CSharpCommandLineParser.cs (2)
540
if (RoslynString.
IsNullOrWhiteSpace
(value))
2052
if (RoslynString.
IsNullOrWhiteSpace
(filePath))