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