3 references to LooksLikeUnixFilePath
Microsoft.Build (3)
FileUtilities.cs (3)
596bool shouldAdjust = newValue.IndexOf('/') != -1 && LooksLikeUnixFilePath(RemoveQuotes(newValue), baseDirectory); 628bool shouldAdjust = newValue.IndexOf('/') != -1 && LooksLikeUnixFilePath(RemoveQuotes(newValue), baseDirectory); 687=> LooksLikeUnixFilePath(value.AsSpan(), baseDirectory);