3 references to AdjustCommandsForOperatingSystem
Microsoft.Build.Utilities.Core (3)
ToolTask.cs (3)
1424
File.AppendAllText(_temporaryBatchFile,
AdjustCommandsForOperatingSystem
(commandLineCommands), EncodingUtilities.CurrentSystemOemEncoding);
1538
commandLineCommands =
AdjustCommandsForOperatingSystem
(commandLineCommands);
1539
responseFileCommands =
AdjustCommandsForOperatingSystem
(responseFileCommands);