4 references to SystemSpecificAbsolutePath
Microsoft.Build.Framework.UnitTests (4)
FileUtilities_Tests.cs (4)
864var secondSlash = SystemSpecificAbsolutePath.Substring(1).IndexOf(Path.DirectorySeparatorChar) + 1; 865var rootLevelPath = SystemSpecificAbsolutePath.Substring(0, secondSlash); 867Assert.True(FileUtilities.LooksLikeUnixFilePath(SystemSpecificAbsolutePath)); 874Assert.False(FileUtilities.LooksLikeUnixFilePath(SystemSpecificAbsolutePath));