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