4 references to GetRootLength
System.Private.CoreLib (4)
src\libraries\Common\src\System\IO\PathInternal.cs (3)
22=> path.Length == GetRootLength(path); 84int firstRootLength = GetRootLength(first.AsSpan()); 85int secondRootLength = GetRootLength(second.AsSpan());
src\libraries\System.Private.CoreLib\src\System\IO\Path.cs (1)
160int rootLength = PathInternal.GetRootLength(path);