4 references to GetPathKind
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (4)
src\roslyn\src\Compilers\Core\Portable\FileSystem\FileUtilities.cs (3)
57var kind = PathUtilities.GetPathKind(path); 107return ResolveRelativePath(PathUtilities.GetPathKind(path), path, basePath, baseDirectory); 112Debug.Assert(PathUtilities.GetPathKind(path) == kind);
src\roslyn\src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (1)
447switch (GetPathKind(relativePath))