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