8 references to IsUnixLikePlatform
Microsoft.CodeAnalysis.Analyzers (8)
src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (8)
152return GetDirectoryName(path, IsUnixLikePlatform); 210return GetPathRoot(path, IsUnixLikePlatform); 352if (!IsUnixLikePlatform) 383if (IsUnixLikePlatform) 407Debug.Assert(!IsUnixLikePlatform); 701return IsUnixLikePlatform 762if (!IsUnixLikePlatform && IsDriveRootedAbsolutePath(filePath)) 862bool isDriveRooted = !IsUnixLikePlatform && IsDriveRootedAbsolutePath(p);