17 references to IsAbsolute
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (17)
MSBuild\ProjectFile\ProjectFile.cs (1)
333
if (!PathUtilities.
IsAbsolute
(filePath))
src\Compilers\Core\Portable\FileSystem\FileUtilities.cs (13)
48
Debug.Assert(baseDirectory == null || searchPaths != null || PathUtilities.
IsAbsolute
(baseDirectory));
61
Debug.Assert(PathUtilities.
IsAbsolute
(combinedPath));
72
Debug.Assert(PathUtilities.
IsAbsolute
(combinedPath));
85
Debug.Assert(PathUtilities.
IsAbsolute
(combinedPath));
102
Debug.Assert(baseDirectory == null || PathUtilities.
IsAbsolute
(baseDirectory));
199
Debug.Assert(PathUtilities.
IsAbsolute
(resolvedBasePath));
249
Debug.Assert(PathUtilities.
IsAbsolute
(path));
276
if (!PathUtilities.
IsAbsolute
(path))
293
Debug.Assert(PathUtilities.
IsAbsolute
(fullPath));
311
Debug.Assert(PathUtilities.
IsAbsolute
(fullPath));
395
Debug.Assert(PathUtilities.
IsAbsolute
(fullPath));
413
Debug.Assert(PathUtilities.
IsAbsolute
(fullPath));
436
Debug.Assert(PathUtilities.
IsAbsolute
(fullPath));
src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (3)
305
if (
IsAbsolute
(path))
403
Debug.Assert(
IsAbsolute
(root));
474
return
IsAbsolute
(path) ? path : CombinePathsUnchecked(root, path);