4 references to MSBuildForwardingApp
dotnet (4)
Commands\MSBuild\MSBuildForwardingApp.cs (1)
40
public MSBuildForwardingApp(IEnumerable<string> rawMSBuildArgs, string? msbuildPath = null) :
this
(
Commands\Restore\RestoreCommand.cs (1)
51
var forwardingApp = new
MSBuildForwardingApp
(msbuildArgs, msbuildPath);
Commands\Restore\RestoringCommand.cs (1)
40
:
base
(GetCommandArguments(msbuildArgs, noRestore), msbuildPath)
Parser.cs (1)
364
new
MSBuildForwardingApp
(MSBuildArgs.ForHelp).Execute();