2 overrides of GetProcessStartInfo
Microsoft.Build.Tasks.Core (1)
WinMDExp.cs (1)
254protected override ProcessStartInfo GetProcessStartInfo(string pathToTool, string commandLineCommands, string responseFileSwitch)
Microsoft.Build.Utilities.UnitTests (1)
ToolTask_Tests.cs (1)
88protected override ProcessStartInfo GetProcessStartInfo(string pathToTool, string commandLineCommands, string responseFileSwitch)
5 references to GetProcessStartInfo
Microsoft.Build.Tasks.Core (1)
WinMDExp.cs (1)
261return base.GetProcessStartInfo(pathToTool, commandLineCommands, responseFileSwitch);
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); 1269return GetProcessStartInfo( 1284=> GetProcessStartInfo(pathToTool, commandLineCommands, responseFileSwitch);