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