1 write to _forwardingAppWithoutLogging
dotnet (1)
Commands\MSBuild\MSBuildForwardingApp.cs (1)
97
_forwardingAppWithoutLogging
= new MSBuildForwardingAppWithoutLogging(
5 references to _forwardingAppWithoutLogging
dotnet (5)
Commands\MSBuild\MSBuildForwardingApp.cs (5)
104
public IEnumerable<string> MSBuildArguments { get { return
_forwardingAppWithoutLogging
.GetAllArguments(); } }
108
_forwardingAppWithoutLogging
.EnvironmentVariable(name, value);
111
public ProcessStartInfo GetProcessStartInfo() =>
_forwardingAppWithoutLogging
.GetProcessStartInfo();
131
internal string[] GetArgumentTokensToMSBuild() =>
_forwardingAppWithoutLogging
.GetAllArguments();
138
return
_forwardingAppWithoutLogging
.Execute();