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