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