4 references to GetPathKind
Microsoft.CodeAnalysis.InteractiveHost (4)
FileUtilities.cs (3)
52var kind = PathUtilities.GetPathKind(path); 102return ResolveRelativePath(PathUtilities.GetPathKind(path), path, basePath, baseDirectory); 107Debug.Assert(PathUtilities.GetPathKind(path) == kind);
PathUtilities.cs (1)
421switch (GetPathKind(relativePath))