1 override of GetProcessStartInfo
Microsoft.Build.Utilities.UnitTests (1)
ToolTask_Tests.cs (1)
88
protected override ProcessStartInfo
GetProcessStartInfo
(string pathToTool, string commandLineCommands, string responseFileSwitch)
4 references to GetProcessStartInfo
Microsoft.Build.Utilities.Core (1)
ToolTask.cs (1)
787
proc.StartInfo =
GetProcessStartInfo
(pathToTool, commandLineCommands, responseFileSwitch);
Microsoft.Build.Utilities.UnitTests (3)
ToolTask_Tests.cs (3)
90
var basePSI = base.
GetProcessStartInfo
(pathToTool, commandLineCommands, responseFileSwitch);
1275
return
GetProcessStartInfo
(
1290
=>
GetProcessStartInfo
(pathToTool, commandLineCommands, responseFileSwitch);