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