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)
26
Debug.Assert(!isNormalized || !PathInternal.
IsPartiallyQualified
(fullPath.AsSpan()), "should be fully qualified if normalized");
src\libraries\System.Private.CoreLib\src\System\IO\FileSystem.Unix.cs (1)
725
if (PathInternal.
IsPartiallyQualified
(linkTarget))
src\libraries\System.Private.CoreLib\src\System\IO\FileSystemInfo.Unix.cs (1)
24
Debug.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)
313
return !PathInternal.
IsPartiallyQualified
(path);
src\libraries\System.Private.CoreLib\src\System\Reflection\Assembly.cs (1)
276
if (PathInternal.
IsPartiallyQualified
(path))
src\libraries\System.Private.CoreLib\src\System\Runtime\Loader\AssemblyLoadContext.cs (4)
338
if (PathInternal.
IsPartiallyQualified
(assemblyPath))
356
if (PathInternal.
IsPartiallyQualified
(nativeImagePath))
361
if (assemblyPath != null && PathInternal.
IsPartiallyQualified
(assemblyPath))
442
if (PathInternal.
IsPartiallyQualified
(unmanagedDllPath))