2 overrides of GetProcessStartInfo
Microsoft.Build.Tasks.Core (1)
WinMDExp.cs (1)
254
protected override ProcessStartInfo
GetProcessStartInfo
(string pathToTool, string commandLineCommands, string responseFileSwitch)
Microsoft.Build.Utilities.UnitTests (1)
ToolTask_Tests.cs (1)
88
protected override ProcessStartInfo
GetProcessStartInfo
(string pathToTool, string commandLineCommands, string responseFileSwitch)
5 references to GetProcessStartInfo
Microsoft.Build.Tasks.Core (1)
WinMDExp.cs (1)
261
return base.
GetProcessStartInfo
(pathToTool, commandLineCommands, responseFileSwitch);
Microsoft.Build.Utilities.Core (1)
ToolTask.cs (1)
787
proc.StartInfo =
GetProcessStartInfo
(pathToTool, commandLineCommands, responseFileSwitch);
Microsoft.Build.Utilities.UnitTests (3)
ToolTask_Tests.cs (3)
90
var basePSI = base.
GetProcessStartInfo
(pathToTool, commandLineCommands, responseFileSwitch);
1269
return
GetProcessStartInfo
(
1284
=>
GetProcessStartInfo
(pathToTool, commandLineCommands, responseFileSwitch);