4 references to RelativeToCurrentRoot
Microsoft.CodeAnalysis.Features (1)
Completion\FileSystemCompletionHelper.cs (1)
167
case PathKind.
RelativeToCurrentRoot
:
Microsoft.CodeAnalysis.Workspaces (3)
src\roslyn\src\Compilers\Core\Portable\FileSystem\FileUtilities.cs (1)
157
case PathKind.
RelativeToCurrentRoot
:
src\roslyn\src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (2)
361
return PathKind.
RelativeToCurrentRoot
;
453
case PathKind.
RelativeToCurrentRoot
: