4 references to SystemSpecificAbsolutePath
Microsoft.Build.Framework.UnitTests (4)
FileUtilities_Tests.cs (4)
887var secondSlash = SystemSpecificAbsolutePath.Substring(1).IndexOf(Path.DirectorySeparatorChar) + 1; 888var rootLevelPath = SystemSpecificAbsolutePath.Substring(0, secondSlash); 890Assert.True(FileUtilities.LooksLikeUnixFilePath(SystemSpecificAbsolutePath)); 897Assert.False(FileUtilities.LooksLikeUnixFilePath(SystemSpecificAbsolutePath));