8 references to RoslynString
Microsoft.CodeAnalysis.InteractiveHost (8)
src\Compilers\Core\Portable\FileSystem\FileUtilities.cs (1)
168
if (
RoslynString
.IsNullOrEmpty(baseRoot))
src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (7)
297
if (
RoslynString
.IsNullOrWhiteSpace(path))
356
if (
RoslynString
.IsNullOrEmpty(path))
417
if (
RoslynString
.IsNullOrEmpty(root))
438
RoslynDebug.Assert(!
RoslynString
.IsNullOrEmpty(root));
464
if (
RoslynString
.IsNullOrEmpty(root))
469
if (
RoslynString
.IsNullOrEmpty(path))
763
if (
RoslynString
.IsNullOrEmpty(fullPath))