3 references to RelativeToCurrentParent
Microsoft.CodeAnalysis.Features (1)
Completion\FileSystemCompletionHelper.cs (1)
166
case PathKind.
RelativeToCurrentParent
:
Microsoft.CodeAnalysis.Workspaces (2)
src\Compilers\Core\Portable\FileSystem\FileUtilities.cs (1)
144
case PathKind.
RelativeToCurrentParent
:
src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (1)
325
return PathKind.
RelativeToCurrentParent
;