18 references to IsPathFullyQualified
dotnet-openapi (1)
Commands\BaseCommand.cs (1)
439return Path.IsPathFullyQualified(path)
Microsoft.CodeAnalysis.CSharp.Features (1)
SyncedSource\FileBasedPrograms\ExternalHelpers.cs (1)
28=> Path.IsPathFullyQualified(path);
Microsoft.CodeAnalysis.ExternalAccess.HotReload (1)
Api\HotReloadMSBuildWorkspace.cs (1)
58Contract.ThrowIfFalse(projectPaths.All(Path.IsPathFullyQualified));
System.Diagnostics.FileVersionInfo (1)
System\Diagnostics\FileVersionInfo.cs (1)
269if (!Path.IsPathFullyQualified(fileName))
System.Diagnostics.Process (1)
System\Diagnostics\ProcessStartOptions.cs (1)
213if (Path.IsPathFullyQualified(filename))
System.Formats.Tar (6)
System\Formats\Tar\TarEntry.cs (4)
348Debug.Assert(Path.IsPathFullyQualified(destinationDirectoryPath)); 353Path.IsPathFullyQualified(name) ? name : Path.Join(destinationDirectoryPath, name)); 367Path.IsPathFullyQualified(linkName) ? linkName : Path.Join(Path.GetDirectoryName(fileDestinationPath), linkName)); 397Debug.Assert(Path.IsPathFullyQualified(qualifiedPath), $"{qualifiedPath} is not qualified");
System\Formats\Tar\TarFile.cs (2)
553Debug.Assert(Path.IsPathFullyQualified(sourceDirectoryName)); 562Debug.Assert(Path.IsPathFullyQualified(destinationDirectoryPath));
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\IO\Path.Unix.cs (2)
41if (!IsPathFullyQualified(basePath)) 47if (IsPathFullyQualified(path))
src\libraries\System.Private.CoreLib\src\System\Runtime\Loader\AssemblyDependencyResolver.cs (1)
175bool isRelativePath = !Path.IsPathFullyQualified(unmanagedDllName);
src\libraries\System.Private.CoreLib\src\System\StartupHookProvider.cs (2)
118if (Path.IsPathFullyQualified(startupHookPart)) 163Debug.Assert(Path.IsPathFullyQualified(startupHook.Path));
System.Windows.Forms.Primitives (2)
Windows\Win32\PInvoke.LoadLibrary.cs (2)
18Debug.Assert(Path.IsPathFullyQualified(customPath)); 20if (Path.IsPathFullyQualified(customPath))