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