1 write to _forwardingApp
Microsoft.DotNet.Cli.Utils (1)
MSBuildForwardingAppWithoutLogging.cs (1)
75
_forwardingApp
= new ForwardingAppImplementation(
6 references to _forwardingApp
Microsoft.DotNet.Cli.Utils (6)
MSBuildForwardingAppWithoutLogging.cs (6)
40
public bool ExecuteMSBuildOutOfProc =>
_forwardingApp
!= null;
83
Debug.Assert(
_forwardingApp
!= null, "Can't get ProcessStartInfo when not executing out-of-proc");
84
return
_forwardingApp
.GetProcessStartInfo();
111
if (
_forwardingApp
!= null)
113
_forwardingApp
.WithEnvironmentVariable(name, value);
134
if (
_forwardingApp
!= null)