15 references to IsPathFullyQualified
dotnet-openapi (1)
Commands\BaseCommand.cs (1)
439
return Path.
IsPathFullyQualified
(path)
System.Diagnostics.FileVersionInfo (1)
System\Diagnostics\FileVersionInfo.cs (1)
269
if (!Path.
IsPathFullyQualified
(fileName))
System.Formats.Tar (6)
System\Formats\Tar\TarEntry.cs (4)
348
Debug.Assert(Path.
IsPathFullyQualified
(destinationDirectoryPath));
353
Path.
IsPathFullyQualified
(name) ? name : Path.Join(destinationDirectoryPath, name));
367
Path.
IsPathFullyQualified
(linkName) ? linkName : Path.Join(Path.GetDirectoryName(fileDestinationPath), linkName));
397
Debug.Assert(Path.
IsPathFullyQualified
(qualifiedPath), $"{qualifiedPath} is not qualified");
System\Formats\Tar\TarFile.cs (2)
525
Debug.Assert(Path.
IsPathFullyQualified
(sourceDirectoryName));
534
Debug.Assert(Path.
IsPathFullyQualified
(destinationDirectoryPath));
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\IO\Path.Unix.cs (2)
41
if (!
IsPathFullyQualified
(basePath))
47
if (
IsPathFullyQualified
(path))
src\libraries\System.Private.CoreLib\src\System\Runtime\Loader\AssemblyDependencyResolver.cs (1)
175
bool isRelativePath = !Path.
IsPathFullyQualified
(unmanagedDllName);
src\libraries\System.Private.CoreLib\src\System\StartupHookProvider.cs (2)
102
if (Path.
IsPathFullyQualified
(startupHookPart))
147
Debug.Assert(Path.
IsPathFullyQualified
(startupHook.Path));
System.Windows.Forms.Primitives (2)
Windows\Win32\PInvoke.LoadLibrary.cs (2)
18
Debug.Assert(Path.
IsPathFullyQualified
(customPath));
20
if (Path.
IsPathFullyQualified
(customPath))