4 references to GetPathKind
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (4)
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))