2 references to RemoveQuotes
MSBuild (2)
FileUtilities.cs (2)
575
bool shouldAdjust = newValue.IndexOf('/') != -1 && LooksLikeUnixFilePath(
RemoveQuotes
(newValue), baseDirectory);
607
bool shouldAdjust = newValue.IndexOf('/') != -1 && LooksLikeUnixFilePath(
RemoveQuotes
(newValue), baseDirectory);