1 override of GetProcessStartInfo
Microsoft.Build.Utilities.UnitTests (1)
ToolTask_Tests.cs (1)
88protected override ProcessStartInfo GetProcessStartInfo(string pathToTool, string commandLineCommands, string responseFileSwitch)
4 references to GetProcessStartInfo
Microsoft.Build.Utilities.Core (1)
ToolTask.cs (1)
787proc.StartInfo = GetProcessStartInfo(pathToTool, commandLineCommands, responseFileSwitch);
Microsoft.Build.Utilities.UnitTests (3)
ToolTask_Tests.cs (3)
90var basePSI = base.GetProcessStartInfo(pathToTool, commandLineCommands, responseFileSwitch); 1275return GetProcessStartInfo( 1290=> GetProcessStartInfo(pathToTool, commandLineCommands, responseFileSwitch);