3 references to IsNullOrWhiteSpace
Microsoft.CodeAnalysis (3)
CommandLine\CommandLineParser.cs (2)
873
if (RoslynString.
IsNullOrWhiteSpace
(filePath))
883
if (RoslynString.
IsNullOrWhiteSpace
(resourceName))
FileSystem\PathUtilities.cs (1)
297
if (RoslynString.
IsNullOrWhiteSpace
(path))