1 write to _forwardingAppWithoutLogging
dotnet (1)
Commands\MSBuild\MSBuildForwardingApp.cs (1)
54
_forwardingAppWithoutLogging
= new MSBuildForwardingAppWithoutLogging(
7 references to _forwardingAppWithoutLogging
dotnet (7)
Commands\MSBuild\MSBuildForwardingApp.cs (7)
59
public IEnumerable<string> MSBuildArguments { get { return
_forwardingAppWithoutLogging
.GetAllArguments(); } }
63
_forwardingAppWithoutLogging
.EnvironmentVariable(name, value);
70
return
_forwardingAppWithoutLogging
.GetProcessStartInfo();
83
internal string[] GetArgumentTokensToMSBuild() =>
_forwardingAppWithoutLogging
.GetAllArguments();
92
if (
_forwardingAppWithoutLogging
.ExecuteMSBuildOutOfProc)
100
string[] arguments =
_forwardingAppWithoutLogging
.GetAllArguments();
101
exitCode =
_forwardingAppWithoutLogging
.ExecuteInProc(arguments);