1 override of GetProcessStartInfo
Microsoft.Build.Utilities.UnitTests (1)
ToolTask_Tests.cs (1)
85
protected override ProcessStartInfo
GetProcessStartInfo
(string pathToTool, string commandLineCommands, string responseFileSwitch)
2 references to GetProcessStartInfo
Microsoft.Build.Utilities.Core (1)
ToolTask.cs (1)
746
proc.StartInfo =
GetProcessStartInfo
(pathToTool, commandLineCommands, responseFileSwitch);
Microsoft.Build.Utilities.UnitTests (1)
ToolTask_Tests.cs (1)
87
var basePSI = base.
GetProcessStartInfo
(pathToTool, commandLineCommands, responseFileSwitch);