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