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