17 references to IsAbsolute
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (17)
MSBuild\ProjectFile\ProjectInstanceReader.cs (1)
263
if (!PathUtilities.
IsAbsolute
(filePath))
src\roslyn\src\Compilers\Core\Portable\FileSystem\FileUtilities.cs (13)
52
Debug.Assert(baseDirectory == null || searchPaths != null || PathUtilities.
IsAbsolute
(baseDirectory));
65
Debug.Assert(PathUtilities.
IsAbsolute
(combinedPath));
76
Debug.Assert(PathUtilities.
IsAbsolute
(combinedPath));
89
Debug.Assert(PathUtilities.
IsAbsolute
(combinedPath));
106
Debug.Assert(baseDirectory == null || PathUtilities.
IsAbsolute
(baseDirectory));
203
Debug.Assert(PathUtilities.
IsAbsolute
(resolvedBasePath));
253
Debug.Assert(PathUtilities.
IsAbsolute
(path));
280
if (!PathUtilities.
IsAbsolute
(path))
297
Debug.Assert(PathUtilities.
IsAbsolute
(fullPath));
315
Debug.Assert(PathUtilities.
IsAbsolute
(fullPath));
399
Debug.Assert(PathUtilities.
IsAbsolute
(fullPath));
417
Debug.Assert(PathUtilities.
IsAbsolute
(fullPath));
440
Debug.Assert(PathUtilities.
IsAbsolute
(fullPath));
src\roslyn\src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (3)
330
if (
IsAbsolute
(path))
428
Debug.Assert(
IsAbsolute
(root));
499
return
IsAbsolute
(path) ? path : CombinePathsUnchecked(root, path);