7 references to IsUnixLikePlatform
Microsoft.CodeAnalysis.CodeStyle (7)
PathUtilities.cs (7)
129return GetDirectoryName(path, IsUnixLikePlatform); 187return GetPathRoot(path, IsUnixLikePlatform); 329if (!IsUnixLikePlatform) 360if (IsUnixLikePlatform) 384Debug.Assert(!IsUnixLikePlatform); 675return IsUnixLikePlatform 790bool isDriveRooted = !IsUnixLikePlatform && IsDriveRootedAbsolutePath(p);