1 write to _forwardingApp
Microsoft.DotNet.Cli.Utils (1)
MSBuildForwardingAppWithoutLogging.cs (1)
118_forwardingApp = new ForwardingAppImplementation(
6 references to _forwardingApp
Microsoft.DotNet.Cli.Utils (6)
MSBuildForwardingAppWithoutLogging.cs (6)
73public bool ExecuteMSBuildOutOfProc => _forwardingApp != null; 126Debug.Assert(_forwardingApp != null, "Can't get ProcessStartInfo when not executing out-of-proc"); 127return _forwardingApp.GetProcessStartInfo(); 157if (_forwardingApp != null) 159_forwardingApp.WithEnvironmentVariable(name, value); 183if (_forwardingApp != null)