10 references to IsPartiallyQualified
System.Private.CoreLib (10)
src\libraries\Common\src\System\IO\PathInternal.cs (1)
245=> IsPartiallyQualified(pathToTarget.AsSpan()) ?
src\libraries\System.Private.CoreLib\src\System\IO\FileInfo.cs (1)
26Debug.Assert(!isNormalized || !PathInternal.IsPartiallyQualified(fullPath.AsSpan()), "should be fully qualified if normalized");
src\libraries\System.Private.CoreLib\src\System\IO\FileSystem.Unix.cs (1)
725if (PathInternal.IsPartiallyQualified(linkTarget))
src\libraries\System.Private.CoreLib\src\System\IO\FileSystemInfo.Unix.cs (1)
24Debug.Assert(!PathInternal.IsPartiallyQualified(fullPath), $"'{fullPath}' should be fully qualified when constructed from directory enumeration");
src\libraries\System.Private.CoreLib\src\System\IO\Path.cs (1)
313return !PathInternal.IsPartiallyQualified(path);
src\libraries\System.Private.CoreLib\src\System\Reflection\Assembly.cs (1)
276if (PathInternal.IsPartiallyQualified(path))
src\libraries\System.Private.CoreLib\src\System\Runtime\Loader\AssemblyLoadContext.cs (4)
338if (PathInternal.IsPartiallyQualified(assemblyPath)) 356if (PathInternal.IsPartiallyQualified(nativeImagePath)) 361if (assemblyPath != null && PathInternal.IsPartiallyQualified(assemblyPath)) 442if (PathInternal.IsPartiallyQualified(unmanagedDllPath))