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