11 references to IsPathRooted
System.Formats.Tar (1)
src\libraries\Common\src\System\IO\PathInternal.Unix.cs (1)
81
return !Path.
IsPathRooted
(path);
System.IO.FileSystem.Watcher (1)
src\libraries\Common\src\System\IO\PathInternal.Unix.cs (1)
81
return !Path.
IsPathRooted
(path);
System.Private.CoreLib (9)
src\libraries\Common\src\System\IO\PathInternal.Unix.cs (1)
81
return !Path.
IsPathRooted
(path);
src\libraries\System.Private.CoreLib\src\System\IO\Path.cs (6)
659
if (
IsPathRooted
(second.AsSpan()))
674
if (
IsPathRooted
(third.AsSpan()))
676
if (
IsPathRooted
(second.AsSpan()))
693
if (
IsPathRooted
(fourth.AsSpan()))
695
if (
IsPathRooted
(third.AsSpan()))
697
if (
IsPathRooted
(second.AsSpan()))
src\libraries\System.Private.CoreLib\src\System\IO\Path.Unix.cs (2)
129
return
IsPathRooted
(path.AsSpan());
148
return
IsPathRooted
(path) ? PathInternal.DirectorySeparatorCharAsString.AsSpan() : ReadOnlySpan<char>.Empty;