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