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