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