3 references to Unquote
Microsoft.Build.Framework (1)
Utilities\QuotingUtilities.cs (1)
234
return
Unquote
(input, out doubleQuotesRemoved);
MSBuild (2)
CommandLine\CommandLineParser.cs (2)
233
string unquotedCommandLineArg = QuotingUtilities.
Unquote
(commandLineArg, out var doubleQuotesRemovedFromArg);
598
string unquotedSwitchIndicatorAndName = QuotingUtilities.
Unquote
(commandLineArg.Substring(0, quotedSwitchParameterIndicator), out var doubleQuotesRemovedFromSwitchIndicatorAndName);