5 references to GetPathKind
Microsoft.CodeAnalysis.Workspaces (5)
src\Compilers\Core\Portable\FileSystem\FileUtilities.cs (3)
53var kind = PathUtilities.GetPathKind(path); 103return ResolveRelativePath(PathUtilities.GetPathKind(path), path, basePath, baseDirectory); 108Debug.Assert(PathUtilities.GetPathKind(path) == kind);
src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (1)
422switch (GetPathKind(relativePath))
src\Compilers\Core\Portable\FileSystem\RelativePathResolver.cs (1)
30Debug.Assert(baseDirectory == null || PathUtilities.GetPathKind(baseDirectory) == PathKind.Absolute);