4 references to SystemSpecificAbsolutePath
Microsoft.Build.Framework.UnitTests (4)
FileUtilities_Tests.cs (4)
887
var secondSlash =
SystemSpecificAbsolutePath
.Substring(1).IndexOf(Path.DirectorySeparatorChar) + 1;
888
var rootLevelPath =
SystemSpecificAbsolutePath
.Substring(0, secondSlash);
890
Assert.True(FileUtilities.LooksLikeUnixFilePath(
SystemSpecificAbsolutePath
));
897
Assert.False(FileUtilities.LooksLikeUnixFilePath(
SystemSpecificAbsolutePath
));