3 references to AdjustCommandsForOperatingSystem
Microsoft.Build.Utilities.Core (3)
ToolTask.cs (3)
1531File.AppendAllText(_temporaryBatchFile, AdjustCommandsForOperatingSystem(commandLineCommands), EncodingUtilities.CurrentSystemOemEncoding); 1645commandLineCommands = AdjustCommandsForOperatingSystem(commandLineCommands); 1646responseFileCommands = AdjustCommandsForOperatingSystem(responseFileCommands);