19 references to IsAbsolute
Microsoft.CodeAnalysis.CodeStyle (19)
src\Compilers\Core\Portable\FileSystem\FileUtilities.cs (13)
49
Debug.Assert(baseDirectory == null || searchPaths != null || PathUtilities.
IsAbsolute
(baseDirectory));
62
Debug.Assert(PathUtilities.
IsAbsolute
(combinedPath));
73
Debug.Assert(PathUtilities.
IsAbsolute
(combinedPath));
86
Debug.Assert(PathUtilities.
IsAbsolute
(combinedPath));
103
Debug.Assert(baseDirectory == null || PathUtilities.
IsAbsolute
(baseDirectory));
200
Debug.Assert(PathUtilities.
IsAbsolute
(resolvedBasePath));
250
Debug.Assert(PathUtilities.
IsAbsolute
(path));
277
if (!PathUtilities.
IsAbsolute
(path))
294
Debug.Assert(PathUtilities.
IsAbsolute
(fullPath));
312
Debug.Assert(PathUtilities.
IsAbsolute
(fullPath));
396
Debug.Assert(PathUtilities.
IsAbsolute
(fullPath));
414
Debug.Assert(PathUtilities.
IsAbsolute
(fullPath));
437
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);
src\Compilers\Core\Portable\FileSystem\RelativePathResolver.cs (2)
29
Debug.Assert(searchPaths.All(PathUtilities.
IsAbsolute
));
50
Debug.Assert(PathUtilities.
IsAbsolute
(fullPath));
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\CompilerUtilities\CompilerPathUtilities.cs (1)
19
if (!PathUtilities.
IsAbsolute
(path))