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