4 references to SystemSpecificAbsolutePath
Microsoft.Build.Engine.UnitTests (4)
FileUtilities_Tests.cs (4)
883var secondSlash = SystemSpecificAbsolutePath.Substring(1).IndexOf(Path.DirectorySeparatorChar) + 1; 884var rootLevelPath = SystemSpecificAbsolutePath.Substring(0, secondSlash); 886Assert.True(FileUtilities.LooksLikeUnixFilePath(SystemSpecificAbsolutePath)); 893Assert.False(FileUtilities.LooksLikeUnixFilePath(SystemSpecificAbsolutePath));