4 references to SystemSpecificAbsolutePath
Microsoft.Build.Engine.UnitTests (4)
FileUtilities_Tests.cs (4)
863var secondSlash = SystemSpecificAbsolutePath.Substring(1).IndexOf(Path.DirectorySeparatorChar) + 1; 864var rootLevelPath = SystemSpecificAbsolutePath.Substring(0, secondSlash); 866Assert.True(FileUtilities.LooksLikeUnixFilePath(SystemSpecificAbsolutePath)); 873Assert.False(FileUtilities.LooksLikeUnixFilePath(SystemSpecificAbsolutePath));