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