1 override of GetProcessStartInfo
sdk-tasks (1)
DotNetTool.cs (1)
20
protected override ProcessStartInfo
GetProcessStartInfo
(string pathToTool, string commandLineCommands, string responseFileSwitch)
2 references to GetProcessStartInfo
Microsoft.Build.Utilities.Core (1)
ToolTask.cs (1)
787
proc.StartInfo =
GetProcessStartInfo
(pathToTool, commandLineCommands, responseFileSwitch);
sdk-tasks (1)
DotNetTool.cs (1)
22
var psi = base.
GetProcessStartInfo
(pathToTool, commandLineCommands, responseFileSwitch);