1 write to _forwardingAppWithoutLogging
dotnet (1)
Commands\MSBuild\MSBuildForwardingApp.cs (1)
96
_forwardingAppWithoutLogging
= new MSBuildForwardingAppWithoutLogging(
5 references to _forwardingAppWithoutLogging
dotnet (5)
Commands\MSBuild\MSBuildForwardingApp.cs (5)
103
public IEnumerable<string> MSBuildArguments { get { return
_forwardingAppWithoutLogging
.GetAllArguments(); } }
107
_forwardingAppWithoutLogging
.EnvironmentVariable(name, value);
110
public ProcessStartInfo GetProcessStartInfo() =>
_forwardingAppWithoutLogging
.GetProcessStartInfo();
122
internal string[] GetArgumentTokensToMSBuild() =>
_forwardingAppWithoutLogging
.GetAllArguments();
129
return
_forwardingAppWithoutLogging
.Execute();