1 write to _forwardingAppWithoutLogging
dotnet (1)
Commands\MSBuild\MSBuildForwardingApp.cs (1)
48
_forwardingAppWithoutLogging
= new MSBuildForwardingAppWithoutLogging(
8 references to _forwardingAppWithoutLogging
dotnet (8)
Commands\MSBuild\MSBuildForwardingApp.cs (8)
60
public IEnumerable<string> MSBuildArguments { get { return
_forwardingAppWithoutLogging
.GetAllArguments(); } }
64
_forwardingAppWithoutLogging
.EnvironmentVariable(name, value);
71
return
_forwardingAppWithoutLogging
.GetProcessStartInfo();
84
internal string[] GetArgumentTokensToMSBuild() =>
_forwardingAppWithoutLogging
.GetAllArguments();
93
if (
_forwardingAppWithoutLogging
.ExecuteMSBuildOutOfProc)
104
string[] arguments =
_forwardingAppWithoutLogging
.GetAllArguments();
108
_forwardingAppWithoutLogging
.MSBuildPath,
111
exitCode =
_forwardingAppWithoutLogging
.ExecuteInProc(arguments);