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