38 references to IsAbsolute
Microsoft.CodeAnalysis (38)
AssemblyUtilities.cs (3)
26
Debug.Assert(PathUtilities.
IsAbsolute
(filePath));
62
RoslynDebug.Assert(PathUtilities.
IsAbsolute
(assemblyPath));
100
Debug.Assert(PathUtilities.
IsAbsolute
(assemblyPath));
AssemblyUtilitiesCore.cs (1)
29
RoslynDebug.Assert(PathUtilities.
IsAbsolute
(filePath));
CommandLine\CommandLineParser.cs (2)
64
Debug.Assert(PathUtilities.
IsAbsolute
(directory));
587
Debug.Assert(PathUtilities.
IsAbsolute
(fullPath));
CommandLine\CommonCompiler.cs (2)
129
Debug.Assert(null == responseFile || PathUtilities.
IsAbsolute
(responseFile));
1605
Debug.Assert(PathUtilities.
IsAbsolute
(file.Path));
Compilation\CompilationOptions.cs (1)
583
if (CryptoKeyFile != null && !PathUtilities.
IsAbsolute
(CryptoKeyFile))
FileKey.cs (1)
30
Debug.Assert(PathUtilities.
IsAbsolute
(fullPath));
FileSystem\CompilerPathUtilities.cs (1)
18
if (!PathUtilities.
IsAbsolute
(path))
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));
FileSystem\PathUtilities.cs (3)
305
if (
IsAbsolute
(path))
403
Debug.Assert(
IsAbsolute
(root));
474
return
IsAbsolute
(path) ? path : CombinePathsUnchecked(root, path);
FileSystem\RelativePathResolver.cs (2)
29
Debug.Assert(searchPaths.All(PathUtilities.
IsAbsolute
));
50
Debug.Assert(PathUtilities.
IsAbsolute
(fullPath));
SourceGeneration\GeneratorDriverOptions.cs (1)
45
if (baseDirectory != null && !PathUtilities.
IsAbsolute
(baseDirectory))
StrongName\DesktopStrongNameProvider.cs (4)
56
if (!keyFileSearchPaths.IsDefault && keyFileSearchPaths.Any(static path => !PathUtilities.
IsAbsolute
(path)))
81
Debug.Assert(PathUtilities.
IsAbsolute
(resolvedKeyFile));
120
if (PathUtilities.
IsAbsolute
(path))
134
Debug.Assert(combinedPath == null || PathUtilities.
IsAbsolute
(combinedPath));
StrongName\StrongNameFileSystem.cs (2)
33
Debug.Assert(PathUtilities.
IsAbsolute
(fullPath));
39
Debug.Assert(fullPath == null || PathUtilities.
IsAbsolute
(fullPath));
XmlFileResolver.cs (2)
59
Debug.Assert(resolvedPath == null || PathUtilities.
IsAbsolute
(resolvedPath));
69
Debug.Assert(resolvedPath == null || PathUtilities.
IsAbsolute
(resolvedPath));