4 references to IsPartiallyQualified
System.Private.CoreLib (4)
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\Path.cs (1)
313return !PathInternal.IsPartiallyQualified(path);