2 references to GetPathRoot
Microsoft.CodeAnalysis.BannedApiAnalyzers (2)
src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (2)
163
var rootLength =
GetPathRoot
(path, isUnixLike).Length;
213
return
GetPathRoot
(path, IsUnixLikePlatform);